Social preview image upload fails silently — asset 404s, doesn't even render in Settings preview #205599
Replies: 2 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. ⭐ |
|
Heyo, This is a known issue caused by a server-side platform regression. It is not caused by your browser, cache, or image specs (such as format and/or dimensions). The issueGitHub successfully distributes an ID for The workaroundUntil a fix is released, you can go into Proceed with caution and document this. You can also open up a direct ticket to GitHub Support about the situation. Happy coding! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Repo:
viorizz/diskutility(public, https://github.com/viorizz/diskutility)I uploaded a custom social preview image via Settings → General → Social preview. The upload appears to "succeed" in the UI, but the resulting image never actually becomes available:
repository-images.githubusercontent.comURL, but fetching that URL returns HTTP 404 with body:https://repository-images.githubusercontent.com/1342287089/425d5abd-cc90-4e76-af84-40177a2798fahttps://repository-images.githubusercontent.com/1342287089/bd4fceee-7d14-4a1b-91ee-645f1342cf4acurlindependent of any browser cache.Impact: Because the og:image is broken, social platforms (tested on Twitter/X) fall back to GitHub's generic default card instead of the custom image, since their crawlers also hit the 404.
Expected: Uploaded social preview image should be served successfully and reflected in the Settings preview and in the page's meta tags.
Actual: Asset returns 404 from
repository-images.githubusercontent.comimmediately after upload, consistently across two separate upload attempts.All reactions