Codespaces backend returns HTTP 500 and blocks deletion and new creation #207778
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. ⭐ |
|
The combination matters here: opening, deletion, and replacement creation all return HTTP 500 while the repository remains usable. That rules out a normal dev-container build error and points to account/repository Codespaces control-plane state. There is no documented self-service “purge orphaned record” endpoint beyond the normal web/CLI/REST delete operations you already attempted. For billing, distinguish compute from storage:
Check Settings → Billing and licensing → Metered usage for Codespaces and record the current storage/compute values and timestamp. Also capture the codespace's state, last-used time, pending operation, retention period, and machine details if Because no unpublished work needs recovery, the requested GitHub-side action can be narrow: remove the orphaned Codespace record, confirm its billable state, and restore creation for this repository. Community members cannot perform that backend repair. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Problem
A Codespaces backend state appears stuck or corrupted for a personal account and repository.
franciskalendk2-max/oaig-platformbookish-spork-6v496g45r5xvhrqjrmainReproduction and observations
mainalso returned HTTP 500.GitHub Support ticket #4753681 was closed because the account currently has only self-service support resources; no backend repair was performed.
Troubleshooting already completed
main.Help requested
Is there a self-service method to purge the orphaned Codespace record or reset the Codespaces backend state for this account/repository? Also, how can I verify that the unusable instance is not accruing compute or storage charges while deletion returns HTTP 500?
Production is hosted separately on Render and remains operational. No repository or production change is requested.
All reactions