Error 500 when removing repo #632
Labels
No labels
accessibility
bug
bug
infrastructure
Codeberg
contributions welcome
docs
duplicate
enhancement
infrastructure
legal
licence / ToS
please chill
we are volunteers
public relations
question
question
user support
s/Forgejo
s/Forgejo/migration
s/Pages
s/Weblate
s/Woodpecker
security
service
upstream
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Codeberg/Community#632
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We sometimes see error 500 screens when removing repos. Log:
...
How? Via the API? Via the moderation tool? Via the Web UI?
web ui
The code itself looks good(no codeberg-specific code 😄) is there anything special with these repositories?
No, I had error 500 with (IIRC) empty repos also. also with some of mine.
All are gone afterwards though.
Seems random.
I am not sure if @fnetX pasted the "correct" log - there might have been a 404 afterwards.
Maybe the request is made twice? There are some issues with Gitea of that happening.
@Gusted
When I double click I get 404 at least ;)
But good point about a maybe even almost simultanious request.
We had a race condition and random 500 when adding muliple labels to issues before. So maybe something similar.
repo actions now have a lock ...