500 error when when trying to transfer repository from user to organization #17044

Closed
opened 2021-09-14 17:13:41 +00:00 by witten · 0 comments
witten commented 2021-09-14 17:13:41 +00:00 (Migrated from github.com)
  • Gitea version (or commit ref): 1.15.2
  • Git version: 2.30.2 (as part of Gitea container)
  • Operating system: Debian 11 running official Gitea Docker container (based on Alpine 3.13.6), run via Docker Compose
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Browser: Firefox 91.0.2 (ad blockers disabled)
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No (tried moving a test repository to a pre-existing test organization)
  • Log gist: https://gist.github.com/witten/5ee4772a7031ea5d6ce6e45ffa61e9ce

Description

When trying to transfer a repository from my user to an organization I own, I receive a 500 from Gitea and the transfer doesn't go through.

Potentially relevant: https://github.com/go-gitea/gitea/issues/10230

Screenshots

bug1

bug2

HTTP request payload

_csrf=REDACTED&action=transfer&repo_name=borgmatic&new_owner_name=borgmatic-collective
- Gitea version (or commit ref): 1.15.2 - Git version: 2.30.2 (as part of Gitea container) - Operating system: Debian 11 running official Gitea Docker container (based on Alpine 3.13.6), run via Docker Compose - Database (use `[x]`): - [x] PostgreSQL - [ ] MySQL - [ ] MSSQL - [ ] SQLite - Browser: Firefox 91.0.2 (ad blockers disabled) - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No (tried moving a test repository to a pre-existing test organization) - Log gist: https://gist.github.com/witten/5ee4772a7031ea5d6ce6e45ffa61e9ce ## Description When trying to transfer a repository from my user to an organization I own, I receive a 500 from Gitea and the transfer doesn't go through. Potentially relevant: https://github.com/go-gitea/gitea/issues/10230 ## Screenshots ![bug1](https://user-images.githubusercontent.com/17146/133303068-d5481478-8543-404e-a068-278f7dc7b02a.png) ![bug2](https://user-images.githubusercontent.com/17146/133303078-4ed80b89-64de-4117-b5e5-a0369f74780a.png) ## HTTP request payload ``` _csrf=REDACTED&action=transfer&repo_name=borgmatic&new_owner_name=borgmatic-collective ```
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#17044
No description provided.