microsoft / microsoft/MicrosoftEdge-Extensions
[Bug - Partner Center] Uploading a new extension package (.zip) in Partner Center fails
@Rahul-Bauri is already working on this.
Since Jun 4, 2026.
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Uploading a new extension package (.zip) in Partner Center fails. The UI shows a generic "Something went wrong. Please check your network settings" banner. The browser console shows an HTTP 400 "The specified block list is invalid." response on the PUT ...blob.core.windows.net/...&comp=blocklist request, preceded by several failed Put Block requests to the same blob endpoint.
The connection is a stable, verified 1.1 Gbps. A previous version of the same extension uploaded successfully.
To Reproduce
- Go to Partner Center > Microsoft Edge program > the extension > Packages
- Click Update / upload and select the
.zippackage (~34 MB, 657 files, Manifest V3) - Wait for the upload progress to complete
- See the error: "Something went wrong. Please check your network settings"
- Open browser DevTools > Network/Console and observe a 400 (The specified block list is invalid.) response on the
PUT ...blob.core.windows.net/...&comp=blocklistrequest, preceded by several failedPut Blockrequests to the same blob endpoint
Expected behavior
The package upload completes and the new version is accepted for review/certification, as with previous uploads of this extension.
Screenshots
Desktop (please complete the following information):
- OS: macOS 15 (Sequoia)
- Browser: Microsoft Edge (also reproduced in other browsers)
- Version: 148.0.3967.96
Additional context
N/A
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.