-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Admin] Cannot delete account if team subscription slot is assigned #4229
Comments
FYI, I believe the bug is here: https://github.com/gitpod-com/gitpod/blob/a88ddab2ec06167186c6bce9c1fe44469a55bc50/components/server-io/src/user/user-deletion-service.ts#L24-L39 -- deletion code seems to call The code doesn't seem to properly handle:
|
There is not much we can do for subscriptions via GitHub, as their API doesn't allow that. But we should notify the user. |
/schedule |
Bug description
Account deletion fails if there is a team subscription slot assigned.
Steps to reproduce
Expected behavior
Team subscription slot should be made available and deletion should succeed.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: