Closed
Description
- Gitea version (or commit ref): 1.12.5, 1.12.6
- Git version: 2.29.2.windows.1
- Operating system: Windows Server 2019
Gitea downloaded from GitHub releases. It is being run as a Windows service using nssm. - Database:
- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
https://gist.github.com/parnic-sks/224a382950f262c220f681f3b7b762fc
Description
Frequently, when creating a PR on any release higher than 1.12.4, we receive an error 500 followed by exit status 1
and a long, repeating set of logs
batch request: missing protocol: ""
Creating the same PR from the same branch on Gitea 1.12.4 works fine. 1.12.5 and 1.12.6 both have this problem 100% for certain branches. Other branches can create PRs without issue. I have not been able to identify the difference that causes some branches to work and others not. We use submodules and LFS, but there doesn't seem to be a common thread between successes and failures.
Screenshots
When creating the PR:
When viewing the PR (one does get created and sends notifications to watchers, but it's empty):