I get this result when running the following command (to create a PR via AGit):
$ git push codeberg HEAD:refs/for/master -o topic="eclean-pkgdir-var"
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 1.23 KiB | 1.23 MiB/s, done.
Total 6 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Forgejo: Internal Server Error (no message for end users)
remote: error: proc-receive exited abnormally
To ssh://codeberg.org/gentoo/gentoolkit.git
! [remote rejected] HEAD -> refs/for/master (fail to run proc-receive hook)
error: failed to push some refs to 'ssh://codeberg.org/gentoo/gentoolkit.git'
It fails the same way every time. The remote is configured like this:
$ git remote -v
codeberg ssh://git@codeberg.org/gentoo/gentoolkit.git (fetch)
codeberg ssh://git@codeberg.org/gentoo/gentoolkit.git (push)
...
I also tried forking the repository (gentoo/gentoolkit) and open a PR the "traditional" way. I get this error message when going to the cli-provided URL to open a PR (https://codeberg.org/gentoo/gentoolkit/compare/main...laumann:eclean-pkgdir-var):
image
Additionally, I get the same 404 page when I try to create a PR in the forked repository!
I tried looking for similar issues, but didn't find anything that looked like this.
The listed Forgejo version: 13.0.0-dev-658-b96b5f65
### Comment
I get this result when running the following command (to create a PR via AGit):
```
$ git push codeberg HEAD:refs/for/master -o topic="eclean-pkgdir-var"
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 1.23 KiB | 1.23 MiB/s, done.
Total 6 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Forgejo: Internal Server Error (no message for end users)
remote: error: proc-receive exited abnormally
To ssh://codeberg.org/gentoo/gentoolkit.git
! [remote rejected] HEAD -> refs/for/master (fail to run proc-receive hook)
error: failed to push some refs to 'ssh://codeberg.org/gentoo/gentoolkit.git'
```
It fails the same way every time. The remote is configured like this:
```
$ git remote -v
codeberg ssh://git@codeberg.org/gentoo/gentoolkit.git (fetch)
codeberg ssh://git@codeberg.org/gentoo/gentoolkit.git (push)
...
```
I also tried forking the repository (gentoo/gentoolkit) and open a PR the "traditional" way. I get this error message when going to the cli-provided URL to open a PR (https://codeberg.org/gentoo/gentoolkit/compare/main...laumann:eclean-pkgdir-var):

Additionally, I get the same 404 page when I try to create a PR in the forked repository!
I tried looking for similar issues, but didn't find anything that looked like this.
The listed Forgejo version: 13.0.0-dev-658-b96b5f65