[Gitlab to Gitea] Pull requests import is okay, but no commit within, files leads to Error 500

Hello everyone
I began migrating repositories from my self hosted Gitlab, and every features work great, thanks !

The only downside is when I migrate the Pull Requests, I can access commits only on open PR, the closed Pull Requests don’t have any commits within, see screenshot :

When clicking on files affected by Pull Request I got an Error 500
Here’s the log :

routers/repo/pull.go:659:ViewPullFiles() [E] GetCommit: object does not exist [id: , rel_path: ]

This is tried on Gitea 1.13.4 and 1.15.0+Dev

I would appreciate any help, or maybe even check if I can get this to work with small fixups (I’m only learning go)…
Best regards
Renaud

This should be a bug. Please fire an issue on https://github.com/go-gitea/gitea/issues/new

Thanks for the advice ! I opened #15155
Have a great day :slight_smile: