Since yesterday evening, we are unable to create pull requests on our public repository StandingRecord/StandingRecord. Both the web UI and the API return an internal server error.
API response:
POST /api/v1/repos/StandingRecord/StandingRecord/pulls
→ HTTP 500: {"message":"","url":"https://codeberg.org/api/swagger"}
The web UI compare page (/compare/main...{branch}) also returns an internal server error when the form is submitted.
What we've tried:
- Creating PRs from multiple different branches (including a trivial single-line change on a fresh branch off main)
- Pushing a new commit to main to trigger a resync
- Both the API and web UI fail consistently
What works:
- Viewing existing open PRs on the repo is fine
- Pushing commits and creating branches works normally
- Merging an already existing PR works normally
- PR creation on our private repo in the same org (
StandingRecord/StandingRecord-engine) works fine — we successfully opened a PR there while troubleshooting this
This appears to be specific to the StandingRecord/StandingRecord repository. Any help appreciated.
### Comment
Since yesterday evening, we are unable to create pull requests on our public repository [StandingRecord/StandingRecord](https://codeberg.org/StandingRecord/StandingRecord). Both the web UI and the API return an internal server error.
**API response:**
```
POST /api/v1/repos/StandingRecord/StandingRecord/pulls
→ HTTP 500: {"message":"","url":"https://codeberg.org/api/swagger"}
```
The web UI compare page (`/compare/main...{branch}`) also returns an internal server error when the form is submitted.
**What we've tried:**
- Creating PRs from multiple different branches (including a trivial single-line change on a fresh branch off main)
- Pushing a new commit to main to trigger a resync
- Both the API and web UI fail consistently
**What works:**
- Viewing existing open PRs on the repo is fine
- Pushing commits and creating branches works normally
- Merging an already existing PR works normally
- PR creation on our private repo in the same org (`StandingRecord/StandingRecord-engine`) works fine — we successfully opened a PR there while troubleshooting this
This appears to be specific to the `StandingRecord/StandingRecord` repository. Any help appreciated.