Skip to content

Cannot access <domain>/user/settings/account on fresh installation #19240

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

Closed
zocimek opened this issue Mar 28, 2022 · 1 comment
Closed

Cannot access <domain>/user/settings/account on fresh installation #19240

zocimek opened this issue Mar 28, 2022 · 1 comment
Labels

Comments

@zocimek
Copy link

zocimek commented Mar 28, 2022

Description

On fresh installation I am not able to access /user/settings/account page for any user.

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 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

@zocimek
Copy link
Author

zocimek commented Mar 28, 2022

hmm seems like duplicate of #18749

@zocimek zocimek closed this as completed Mar 28, 2022
@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant