You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching issues from my user page (i.e. title-bar -> Issues -> Search, searching anything returns a 500 error for me. I've tested this locally and on the try.gitea server.
When I run locally with debug logging I get the following additional output: GetRepoIDsForIssuesOptions: pq: table name "repository" specified more than once
From the logs attached, it appears this is returned from routers/user/home.go:453:buildIssueOverview()
Screenshots
The text was updated successfully, but these errors were encountered:
[x]
):https://gist.github.com/kdumontnu/36b418034d7546da09eaed066450627e
Description
When searching issues from my user page (i.e. title-bar -> Issues -> Search, searching anything returns a 500 error for me. I've tested this locally and on the try.gitea server.
When I run locally with debug logging I get the following additional output:
GetRepoIDsForIssuesOptions: pq: table name "repository" specified more than once
From the logs attached, it appears this is returned from
routers/user/home.go:453:buildIssueOverview()
Screenshots
The text was updated successfully, but these errors were encountered: