Skip to content

bug: Error 500 for /admin/repos page #25610

Closed
@dxas90

Description

@dxas90

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

Screenshot 2023-06-30 at 14 44 15

Git Version

No response

Operating System

No response

How are you running Gitea?

kubernetes deployment with helm

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