-
Notifications
You must be signed in to change notification settings - Fork 332
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
[Bug Report] Inability to Create Deleted Community with Lack of Warning and Unresponsive Button #1105
Comments
I also discovered this bug, can confirm it occurs on UI: v0.17.3. Perhaps this can be solved by dropping the right data from the database? |
Can you check in the browser console if there is an error logged? |
I haven't seen any error in the console. |
We'll have to leave this until after our http rework. It could be a SQL issue, not doing a check first, and so not returning a proper |
This I think is the relevent log. It's noted that when this happens, it locks up postgres and it won't make new entries into the database, effectively sending registration to a black hole of spinny death.
I haven't tried posting while it's in this state, but I'd suspect you'd get similar behavior. I can try it if you think it'll give you more information, I have relatively few users and can take a hit for a few minutes. |
When a community is deleted if someone searches for it, it doesn't appear on the communities and if he then tries to create it the button keeps spinning without any warning that the community already exists. The only people who can restore the community are the admin and the person who deleted it in the first place. I think there should be a warning indicating that the community already exists and the button shouldn't spin. Or the moderators could be kicked out and the person trying to create the community made the new moderator. I don't see any reason for moderators to sit on a removed community.
The text was updated successfully, but these errors were encountered: