Closed
Bug 1721431
Opened 5 years ago
Closed 5 years ago
Chunk can't load on some developer.mozilla.org pages
Categories
(developer.mozilla.org :: Security, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: reuben, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
- Clicked on a link to the Barcode Detection API page https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API
2. Waited
What happened?
White screen. Error in console
ChunkLoadError: Loading chunk 6 failed.
(error: https://developer.mozilla.org/static/js/6.397539b0.chunk.js)
Appears to be a 404.
What should have happened?
Chunk should have resolved. Page should have loaded.
Is there anything else we should know?
This seems to happen on about 30% of in depth documentation pages.
Pretty sure the current version of that chunk is https://developer.mozilla.org/static/js/6.71db03d1.chunk.js as that loads on other pages eg https://developer.mozilla.org/en-US/docs/Web/API/BarcodeDetector
Comment 2•5 years ago
|
||
Dupe of https://github.com/mdn/yari/issues/4236
Let's go there to discuss.
As you've probably noticed, the loading error is transient. I bet it works now if you refresh the page. Would be nice if it wasn't so ugly when it does happen.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•