Closed
Description
Description
Hey there team
I recently updated my gitea instance with helm
helm upgrade --install gitea gitea-charts/gitea -n REDACTED -f REDACTED/gitea.yaml --version 8.3.0
and now I'm facing an error 500 I let a link with the logs
2023/06/30 11:46:53 ...s/context/context.go:263:HTML() [E] [649ec0ad] Render failed: template: admin/repo/list:48:25: executing "admin/repo/list" at <.Owner.HomeLink>: error calling HomeLink: runtime error: invalid memory address or nil pointer dereference
in template file (builtin) templates/admin/repo/list.tmpl:
----------------------------------------------------------------------
<td>{{.ID}}</td>
<td>
<a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a>
^^^^^^^^^^^^^^^
----------------------------------------------------------------------
No custom templates or changes to the default folder structure
Gitea Version
1.19.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/dramirez-qb/95427673555cd21097c4a3a5b4914ad5
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
kubernetes deployment with helm
Database
PostgreSQL