Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static JS/CSS temporarily not found (HTTP 404) during deployment #8752

Closed
3 tasks done
hong539 opened this issue May 3, 2023 · 2 comments · Fixed by #8784
Closed
3 tasks done

Static JS/CSS temporarily not found (HTTP 404) during deployment #8752

hong539 opened this issue May 3, 2023 · 2 comments · Fixed by #8784
Assignees
Labels
p1 We will address this soon and will provide capacity from our team for it in the next few releases.

Comments

@hong539
Copy link

hong539 commented May 3, 2023

Summary

These URL show me the code 404.

URL

https://developer.mozilla.org/en-US/docs/MDN/Community/Issues
https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch

Reproduction steps

1.Just click these URL via your browser.
2.And open dev tools>network
3.some .css/.js files show the code 404

Expected behavior

https://developer.mozilla.org/static/css/main.XXXXXX.css
https://developer.mozilla.org/static/js/main.XXXXXX.js

I think these files should be load as status code:200

Actual behavior

https://developer.mozilla.org/static/css/main.XXXXXX.css
https://developer.mozilla.org/static/js/main.XXXXXX.js

But they response as status code:404

Device

Desktop

Browser

Chrome

Browser version

Stable

Operating system

Windows

Screenshot

螢幕擷取畫面 2023-05-04 012129
螢幕擷取畫面 2023-05-04 012216

Anything else?

Maybe there are some URLs have same problems.

Validations

@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label May 3, 2023
@caugner
Copy link
Contributor

caugner commented May 4, 2023

@hong539 Thanks for reporting this. Do you still experience this problem or was this just temporary? It looks like a deployment artifact, i.e. you're seeing an old version of the page, but we already invalidated the cache and the old JS/CSS is no longer available.

@caugner caugner added the needs info Needs more information to review or act on. label May 4, 2023
@hong539
Copy link
Author

hong539 commented May 5, 2023

No, thanks you!

@caugner caugner self-assigned this May 5, 2023
@caugner caugner added p1 We will address this soon and will provide capacity from our team for it in the next few releases. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. needs info Needs more information to review or act on. labels May 5, 2023
@caugner caugner changed the title status 404 Static JS/CSS temporarily not found (HTTP 404) during deployment May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 We will address this soon and will provide capacity from our team for it in the next few releases.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants