Social preview upload crashes and generated image returns 503 Error 54113 #205451
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. ⭐ |
|
+1, experiencing the exact same issue on a public repository. The UI marks the upload as successful and sets the tags, but the asset fails to serve over the CDN and social scrapers render blank. Tested with compliant 1280×640 px sRGB PNG and JPG files across Chrome and Firefox (incognito). The backend storage blob is simply not being written/replicated upon upload. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
I cannot set a social preview image for my public repositories.
Repository:
https://github.com/K0nradG/self-balancing-robot
Steps to reproduce:
The upload creates a repository image URL, but the preview remains blank.
Opening the generated URL returns:
503 Max restarts limit reached
Error 54113
Example URL:
https://repository-images.githubusercontent.com/926787662/03be2cfc-bd73-4870-838f-50dcba8aef47
The browser console reports:
Uncaught TypeError: Cannot read properties of null (reading 'classList')
at upload-repository-image.ts:20
I reproduced this in Firefox, Microsoft Edge, and on a mobile phone.
The same problem also occurs with another repository.
All reactions