All GitHub Pages repos returning 404 simultaneously, no changes made on my end #190364
Replies: 4 comments 2 replies
-
|
I renamed my user Pages repository from SamirSaad786.github.io to samirsaad786.github.io (lowercase) to match my username casing. The rename completed successfully, Pages is enabled, source is set to main branch at root, the repo is public, and deployments are showing as green and successful. However https://samirsaad786.github.io/ still returns GitHub's own 404 page — "There isn't a GitHub Pages site here." I've verified: index.html exists at the repo root, no custom domain conflicts, Pages toggle has been cycled off and back on, multiple fresh commits made. The issue persists in incognito browsers ruling out local cache. This appears to be a CDN propagation issue on GitHub's end following the rename. Could you please flush the cache or manually re-register the Pages domain for this repo? Repo: https://github.com/samirsaad786/samirsaad786.github.io |
Beta Was this translation helpful? Give feedback.
-
|
💬 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.
-
|
Check your GitHub account storage usage. Free accounts have a 1 GB total storage limit across all repositories. If you've exceeded it, GitHub Pages builds stop and sites return 404s. Go to Settings > Billing & plans > Storage to see your usage. Also verify no single repository file exceeds 100 MB, which breaks Pages builds. Look for large assets (images, videos, datasets) in any repo. If storage is the issue, reduce repo sizes by removing large files with If storage looks fine, check the GitHub Status page for any ongoing Pages or storage incidents. A platform-wide issue could explain the simultaneous failures. I'm not 100% sure, but this pattern matches past storage-limit-related Pages outages. Did you recently add large files to any of these repos? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! I have the issue resolved now :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hi everyone,
I woke up this morning to find that all ~14 of my GitHub Pages repos are returning 404 errors. Everything was working fine when I went to sleep roughly 8 hours ago.
HR Tools (samirsaad786.github.io)
Main portfolio: https://samirsaad786.github.io/
The Hire Wire: https://samirsaad786.github.io/the-hire-wire
The Behavior Gap: https://samirsaad786.github.io/behavior-gap-game/
Team Dynamics Puzzle: https://samirsaad786.github.io/Team-Dynamics/
HR Sanity Check: https://samirsaad786.github.io/hr-sanity-check/
Comp Decoder: https://samirsaad786.github.io/comp-decoder/
M&A Leadership Simulator: https://samirsaad786.github.io/mergers-acquisitions/
TrueRecord: https://samirsaad786.github.io/truerecord/
Games
Sumi's Journal: https://samirsaad786.github.io/sumis_journal/
NULLZONE: https://samirsaad786.github.io/nullzone/
Sunlit Hollow: https://samirsaad786.github.io/SunlitHollow/
The Mirror Pool: https://samirsaad786.github.io/mirror-pool/
UFO Raider: https://samirsaad786.github.io/ufo-raider/
Lumen Office RPG: https://samirsaad786.github.io/LumenOfficeRPG/
What I've already checked:
• All repos are set to Deploy from a branch, main branch, root folder
• All index.html files are intact and untouched
• No commits or changes were made in the hours before the 404s started
• Last commit timestamps on affected repos are 8–48 hours ago
• GitHub Pages is enabled on all affected repos
The fact that every single repo went down at the same time, with no action on my part, suggests this is account-level or infrastructure-related rather than a configuration issue.
Has anyone else experienced this recently? Any suggestions on how to get this resolved would be greatly appreciated.
Username: SamirSaad786
Account type: Free
Beta Was this translation helpful? Give feedback.
All reactions