500 Internal Server Error - After creating a new organisation repository #516
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Codeberg/Community#516
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?
Hey there.
After a click on "Create Repository" i get a 500 error.
This issue only happens when i try to create a new repo for an organisation. I created some organisation level repositorys a few days ago without this error. If i create the new repo in the main account it works also without any errors. I've tried this on different organisations and the error is still the same. Also tried to change the name but without any luck. I cant find a related post on github related to this topic. There are many 500 issues but not in this context. Maybe someone has solved this problem or it is temporaly.
upstream: https://github.com/go-gitea/gitea/pull/16988
error:
updateUser: visibility Mode not allowed: privatemodels/repo.go -> func CreateRepository
it's happening avter line 1122
fix: https://github.com/go-gitea/gitea/pull/16988
This is deployed now, thanks @6543
@0xbrigles can you confirm and close?
It works. Now i can create a repository in organisations again.
Many thanks for this.