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

Closed
opened 2025-11-02 08:16:36 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @zocimek on GitHub (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

Originally created by @zocimek on GitHub (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
GiteaMirror added the type/bug label 2025-11-02 08:16:36 -06:00
Author
Owner

@zocimek commented on GitHub (Mar 28, 2022):

hmm seems like duplicate of #18749

@zocimek commented on GitHub (Mar 28, 2022): hmm seems like duplicate of #18749
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8758