Closed
Description
- Gitea version (or commit ref): 1.14.0+dev-604-gbc05ddc0e
- Git version:
- Operating system: Windows
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Log gist:
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()