Social preview 503s from repository-images CDN on one repo; other repo on same account works #205449
Unanswered
ChangkeunJ
asked this question in
Repositories
Replies: 1 comment 1 reply
|
💬 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 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Repository: https://github.com/ChangkeunJ/australian-law-mcp (public, id 1340182458)
Account: ChangkeunJ (Free plan)
Uploading a social preview image to this repository never becomes servable.
The upload is accepted in Settings > General > Social preview and the
repository's og:image meta tag updates to a new
repository-images.githubusercontent.com asset UUID. That URL then returns
HTTP 503 indefinitely. After some hours the custom preview is dropped
entirely and og:image silently reverts to the auto-generated
opengraph.githubassets.com card.
Latest attempt, uploaded 2026-08-20 ~21:50 KST:
https://repository-images.githubusercontent.com/1340182458/bee4545a-c1cf-4c91-8ae3-7e32d575ed3c
HTTP/2 503
server: Varnish
retry-after: 0
content-type: text/html; charset=utf-8
An earlier attempt behaved identically before being dropped:
https://repository-images.githubusercontent.com/1340182458/569eff6b-3cd2-4118-b750-7625e83253a3
HTTP/2 503, server: Varnish
Control - a different public repository on the same account works correctly:
https://github.com/ChangkeunJ/paperpack
https://repository-images.githubusercontent.com/1338110188/5a3ea3a1-ef29-4192-badc-98d86799a114
HTTP/2 200, content-type: image/png, cache-control: max-age=2592000
Ruled out:
metadata and no ICC profile. Within the documented limits (min 640x320,
max 1 MB).
all three produce the same 503.
via a third-party image proxy, which sees 404.
A 503 from Varnish with content-type text/html looks like an origin or
processing failure rather than image validation, which would fail
synchronously at upload. Could you check whether the social-preview asset
pipeline is stuck for repository id 1340182458?
All reactions