microsoft / MicrosoftEdge-Extensions

This is a community space for Microsoft Edge Add-ons developers, to share resources and information about building, publishing and growing their Microsoft Edge extension.
MIT License
134 stars 120 forks source link

[Bug - Partner Center] Uploading new package API 500 Internal Server Error #163

Closed ruwi-next closed 1 week ago

ruwi-next commented 2 weeks ago

Describe the bug As part of our automated publishing process we use the /products/{productID}/submissions API to upload our new package. This has started failing recently. Investigating this further we are getting a 500 Internal Server Error with no response back from this API.

< HTTP/1.1 500 Internal Server Error
< Content-Length: 0
< Strict-Transport-Security: max-age=31536000; includeSubDomains
< Request-Context: appId=cid-v1:23f44029-850d-47f4-8c9f-200d01ff4866
< Date: Wed, 19 Jun 2024 12:35:58 GMT

To Reproduce Steps to reproduce the behavior: Run

curl "https://api.addons.microsoftedge.microsoft.com/v1/products/${PRODUCT_ID}/submissions/draft/package" -H "${ACCESS_TOKEN}" -H "Content-Type: application/zip" -X POST -T "package.zip" -v

Expected behavior Upload happens and returns a 2xx response code with the location header set as the docs state https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/addons-api-reference#publish-the-product-draft-submission

ManikanthMSFT commented 2 weeks ago

Hi @ruwi-next,

Thank you for reporting this. We are looking into this and will get back to you as soon as we have an update.

ManikanthMSFT commented 1 week ago

Hey @ruwi-next, we appreciate your patience. We just got an update from our team stating that the issue was fixed. We recommend you to please try again and contact us if you have any further concerns. Thank you.

ruwi-next commented 1 week ago

It is working now, thank you :)

ManikanthMSFT commented 5 days ago

Hi @ruwi-next, we are delighted to hear that your issue has been resolved. Should you encounter any further concerns or require additional assistance, please do not hesitate to reach out to us. We are always here to support you.