GitHub Pages: Specific file in root returns 404, while others are served correctly #168633
Replies: 3 comments
-
💬 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.
-
Hey! The
It might be a GitHub Pages caching issue or something with how XML files are served. Anyone else seen this before? Appreciate any tips! |
Beta Was this translation helpful? Give feedback.
-
Hello, Following up on this issue. I have tried several troubleshooting steps since my last post:
Despite all these steps, the sitemap URL continues to return a "404 Not Found" error, while the robots.txt file in the same directory is served correctly. This indicates a persistent bug on the GitHub Pages server. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hello,
I'm a user of GitHub Pages, and I'm experiencing a persistent issue where a specific file in my repository is not being served, even though other files in the same directory are.
Repository: https://github.com/FractonicMind/TernaryMoralLogic
Live Site URL: https://fractonicmind.github.io/TernaryMoralLogic/
The file robots.txt is being served correctly at https://fractonicmind.github.io/TernaryMoralLogic/robots.txt.
However, a different file in the exact same root directory, sitemap-test.xml, is consistently returning a "404 Not Found" error at this URL: https://fractonicmind.github.io/TernaryMoralLogic/sitemap-test.xml.
The file has been confirmed to be in the repository's main branch. This is blocking my ability to submit a sitemap to Google Search Console. Can you please investigate why this specific file is not being served?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions