Custom social preview uploads create 404 URLs across repositories #205661
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. ⭐ |
Issue:When a custom social preview image is uploaded under Settings → General → Social preview, GitHub successfully registers the metadata and updates the repository's WorkaroundUntil GitHub deploys a fix to their asset upload and confirmation handler:
|
|
Thank you for confirming the issue and explaining the storage behavior. I removed the custom images from both repositories, and the default Open Graph previews are working correctly. I will keep this workaround and monitor the discussion for updates. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Problem
Custom social preview images uploaded through repository settings are not available after GitHub accepts the upload.
The preview area remains blank, and each generated
repository-images.githubusercontent.comURL returns:Affected public repositories
Steps to reproduce
Tests performed
Example URLs returning 404:
Expected result
The uploaded custom image should appear in repository settings and be available through the generated social preview URL.
Actual result
GitHub updates the repository metadata with a new image URL, but that URL returns HTTP 404
WebContentNotFound.When the custom image is removed, GitHub's default Open Graph preview works correctly and returns HTTP 200.
Is this a known issue with social preview image storage or delivery?
All reactions