-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Closed
Copy link
Labels
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changeIndicates a previously functioning feature or behavior that has broken or regressed after a changetype/bug
Milestone
Description
Gitea Version
1.16.0+dev-825-gaf9247392
Git Version
2.34
Operating System
Windows
How are you running Gitea?
Console/ service
Database
SQLite
Can you reproduce the bug on the Gitea demo site?
No - only because unable to create organisations
Log Gist
https://gist.github.com/eeyrjmr/da0e4db660632599685d4019953ddb74
Description
When you navigate to an organisations page and try to click on Issue/Pull Request/Milestone page you are presented with a 500 error
This does not happen with 1.15.x
steps to recreate
- make an organization (eg test)
- navigate to the organization dashboard ( http://localhost:3000/org/test/dashboard)
- click on issues ( http://localhost:3000/org/test/issues )
Screenshots
Metadata
Metadata
Assignees
Labels
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changeIndicates a previously functioning feature or behavior that has broken or regressed after a changetype/bug
Type
Projects
Relationships
Development
Select code repository
Activity
lunny commentedon Jan 12, 2022
Could you give some logs? Or you can change run_mode to dev and the error will be displayed in the 500 page.
eeyrjmr commentedon Jan 12, 2022
here is a log
Steps
RUN_MODE = dev
log.LEVEL = debug
log.MODE = file
log.COLORIZE=false
The organisation landing page

Fail - while no issues, this occurs if there are issues

Fail - while no PR, this occurs if there are PR

Works

Logfile
gitea.log
wxiaoguang commentedon Jan 16, 2022
It looks like a regression bug of
Prevent ambiguous column error in organizations page
Prevent ambiguous column error in organizations page (#18314)
Prevent ambiguous column error in organizations page (go-gitea#18314)