Skip to content

Error when navigating to an organisations Issue/Pull Request/Milestone page  #18229

@eeyrjmr

Description

@eeyrjmr
Contributor

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

  1. make an organization (eg test)
  2. navigate to the organization dashboard ( http://localhost:3000/org/test/dashboard)
  3. click on issues ( http://localhost:3000/org/test/issues )

Screenshots

Annotation 2022-01-10 190315

Activity

lunny

lunny commented on Jan 12, 2022

@lunny
Member

Could you give some logs? Or you can change run_mode to dev and the error will be displayed in the 500 page.

eeyrjmr

eeyrjmr commented on Jan 12, 2022

@eeyrjmr
ContributorAuthor

here is a log
Steps

  1. fresh "install" of gitea - ie delete all directories
  2. configure gitea
  3. stop gitea
  4. edit app.ini
    RUN_MODE = dev
    log.LEVEL = debug
    log.MODE = file
    log.COLORIZE=false
  5. restart gitea
  6. sign in
  7. create new ORG = test
  8. click on issue ( http://localhost:3000/org/test/issues)
  9. click on pull request ( http://localhost:3000/org/test/pulls)
  10. click on milestones ( http://localhost:3000/org/test/milestones)

The organisation landing page
Annotation 2022-01-12 230110

Fail - while no issues, this occurs if there are issues
Annotation 2022-01-12 230133

Fail - while no PR, this occurs if there are PR
Annotation 2022-01-12 230155

Works
Annotation 2022-01-12 230229

Logfile
gitea.log

added this to the 1.16.0 milestone on Jan 15, 2022
added
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a change
on Jan 15, 2022
wxiaoguang

wxiaoguang commented on Jan 16, 2022

@wxiaoguang
Contributor
added a commit that references this issue on Jan 17, 2022
84560fd
added a commit that references this issue on Jan 18, 2022
a7ee4d5
added a commit that references this issue on Mar 28, 2022
9453382
locked and limited conversation to collaborators on Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changetype/bug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @lunny@axifive@zeripath@wxiaoguang@eeyrjmr

      Issue actions

        Error when navigating to an organisations Issue/Pull Request/Milestone page · Issue #18229 · go-gitea/gitea