Skip to content

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

Closed
@zocimek

Description

@zocimek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions