500 when opening a Pull Request assigned to a deleted user #3265

Closed
opened 2025-11-02 05:05:58 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @sebastian-sauer on GitHub (Apr 29, 2019).

  • Gitea version (or commit ref): 1.8.0
  • Git version: n/a
  • Operating system: Debian
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:
    2019/04/29 11:22:10 [...outers/repo/issue.go:833 ViewIssue()] [E] Review.LoadAttributes: user does not exist [uid: 582, name: , keyid: 0]

Description

When opening a pull request that is assigned to a deleted user a 500-error page is shown to the user.

Looks like it's a similar issue to https://github.com/go-gitea/gitea/issues/2294 - which handles deleted milestones.

Originally created by @sebastian-sauer on GitHub (Apr 29, 2019). - Gitea version (or commit ref): 1.8.0 - Git version: n/a - Operating system: Debian - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: `2019/04/29 11:22:10 [...outers/repo/issue.go:833 ViewIssue()] [E] Review.LoadAttributes: user does not exist [uid: 582, name: , keyid: 0]` ## Description When opening a pull request that is assigned to a deleted user a 500-error page is shown to the user. Looks like it's a similar issue to https://github.com/go-gitea/gitea/issues/2294 - which handles deleted milestones.
GiteaMirror added the type/bug label 2025-11-02 05:05:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3265