Visibility mode not allowed public
Solved
Gitea
-
Since update to Gitea cloudron v1.26.4, I have an error 500 when I try to login with the following notable error in the logs:
Visibility mode not allowed public
.I have searched online, and here's an issue that seems relevant: https://github.com/go-gitea/gitea/issues/23211
Is there something I can do to fix the error directly? I would like to access my git repo.^^"
-
@ruihildt So, in your case, you have set
ALLOWED_USER_VISIBILITY_MODES
? The issue is that the profile is public but the config setting is not allowing public mode. Just change theALLOWED_USER_VISIBILITY_MODES
back to it's default (I guess you would edit using the File manager and restart the app) ? -
-