We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On fresh installation I am not able to access /user/settings/account page for any user.
/user/settings/account
Following configuration is passed:
bash-5.1# cat /data/gitea/conf/app.ini APP_NAME = Gitea: Personal git instance [server] APP_DATA_PATH = /data SSH_DOMAIN = <redacted> PROTOCOL = http HTTP_PORT = 3000 ROOT_URL = <redacted> SSH_LISTEN_PORT = 22 SSH_PORT = 22 ENABLE_PPROF = false DOMAIN = <redacted> [cache] ENABLED = false [database] HOST = postgresql.home.svc.cluster.local:5432 PASSWD =<redacted> NAME = <redacted> USER = <redacted> DB_TYPE = postgres LOG_SQL = true [repository] ROOT = /data/git/gitea-repositories [security] INSTALL_LOCK = true SECRET_KEY = <redacted> INTERNAL_TOKEN = <redacted> [metrics] ENABLED = false [oauth2] JWT_SECRET = <redacted> [log] ROUTER = console MODE = console COLORIZE = false LEVEL = debug
gitea/gitea:1.16.5-linux-arm64
No
https://gist.github.com/zocimek/754c79a1c5f971f0656888517cf839c8
There is a blank page on /user/settings/account page
2.30.2
gitea/gitea:1.16.5-linux-arm64 docker image
k3s using helm chart
PostgreSQL
The text was updated successfully, but these errors were encountered:
hmm seems like duplicate of #18749
Sorry, something went wrong.
No branches or pull requests
Description
On fresh installation I am not able to access
/user/settings/account
page for any user.Following configuration is passed:
Gitea Version
gitea/gitea:1.16.5-linux-arm64
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/zocimek/754c79a1c5f971f0656888517cf839c8
Screenshots
There is a blank page on /user/settings/account page
Git Version
2.30.2
Operating System
gitea/gitea:1.16.5-linux-arm64 docker image
How are you running Gitea?
k3s using helm chart
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: