-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Dashboard 500 Error - error calling GetRepoLink: runtime error: invalid memory address or nil pointer dereference #32496
Comments
This is because some repository has been deleted but the actions related to that repository have not been deleted. This could be fixed by running |
-> Fix nil panic if repo doesn't exist #32501 |
A quick workaround could be truncate the |
fix go-gitea#32496 (cherry picked from commit 985e2a8)
Description
On a RKE2 cluster, I have Gitea installed using the Helm chart (as a dependency of an umbrella chart).


After an RKE2 upgrade, an Ingress related issue occurred so as a workaround I executed
helm uninstall <RELEASE_NAME> -n <MY_NAMESPACE>
and thenhelm upgrade <RELEASE_NAME> <MY_CHART> -n <MY_NAMESPACE> --install
, which resolved the Ingress issue.Nonetheless, when verifying the Gitea UI (login with admin user), the default page is rendering:
The 2 menu drop-down's are not working unless I change page first (i.e. as long as I am not on the default page):
The Gitea container logs show:
I have found the issue #24856 that refers to the same runtime error, but it did not provide any insight on what could be the cause.
Gitea Version
1.22.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
RHEL 8.10
How are you running Gitea?
On a RKE2 cluster
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: