Managing and troubleshooting browser extensions in Edge on Android
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am facing an issue with the Microsoft Edge Add-ons API while attempting to publish my Edge extension using GitHub Actions' Ubuntu runners. Despite receiving a successful HTTP 202 response after publishing the app, the status of the submission does not update in the UI as expected.
So far:
I can see that my package has been verified. I can also publish my extension using the UI button and I can see the status change from "in draft" to "in review", which is what I expect to see when I publish with the API.
My API request :
response=$(curl \
-H "Authorization: Bearer ${{ steps.token.outputs.token }}" \
-H "Content-Length: 0" \
-X POST \
-i \
https://api.addons.microsoftedge.microsoft.com/v1/products/${{secrets.DWL_EDGE_PRODUCT_ID}}/submissions)
This is the value of response :
HTTP/1.1 202 Accepted
Content-Length: 0
Location: <value>
Request-Context: appId=<value>
Strict-Transport-Security: max-age=31536000; includeSubDomains
Date: Fri, 26 May 2023 13:50:39 GMT
Managing and troubleshooting browser extensions in Edge on Android
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi Romano
I am Dave, I will help you with this.
I apologize, Community is just a consumer forum, due to the scope of your question can you please post this question to our sister forum on Microsoft Q&A (The Developers Forum)
Over there you will have access to a host of developers and API experts and will get a knowledgeable and quick answer to this question.