GitHub Pages serves cached 404 for deployed paths on user site maksimshdev.github.io — request edge cache purge + clearing of stuck deployment #200566
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
Repository: github.com/maksimshdev/maksimshdev.github.io (public user Pages site)
Affected URLs — both return HTTP 404:
SUMMARY
GitHub Pages is returning 404 for paths that are correctly deployed. Settings → Pages reports the site as live and last deployed successfully ~1 hour ago via the "Deploy static content to Pages" GitHub Actions workflow, yet these valid paths 404. This has persisted for several days across multiple deploys and every self-service fix.
VERIFIED FACTS (already confirmed on my side — please do not ask me to re-check these):
Raw returns HTTP 200, e.g.:
https://raw.githubusercontent.com/maksimshdev/maksimshdev.github.io/main/easypeasyenglish/privacy/index.html
DIAGNOSIS
The deployment is green and the artifact is correct, but the edge is serving a cached 404 for these paths — consistent with a poisoned negative cache and/or the stuck legacy deployment queue blocking publication of the current artifact.
WHAT I NEED YOU TO DO
BUSINESS IMPACT / URGENCY
This Pages site hosts the Privacy Policy and account-deletion pages that are legally required to publish my app on Google Play. This 404 is the single blocker preventing store submission and the start of a mandatory 14-consecutive-day closed-testing window. Every day it stays broken delays the release. I previously emailed about this and received no response — please assign a ticket number and engage an engineer rather than a templated reply.
Contact email: max.shalot@gmail.com
Beta Was this translation helpful? Give feedback.
All reactions