Hello,
Normally creating a repo through the REST API (/api/v1/user/repos) we can browse the repository normally through the Gitea_URL/USER/REPONAME web interface. We can see the directories and files.
Creating a mirrored repository through the REST API (/api/v1/repos/migrate), we can retrieve files and directories through the REST API, but the repository is not browsable (HTTP 500 error) under Gitea_URL/USER/REPONAME. Is this a bug, or is there a setting in the repo configuration that needs to be adjusted?
Thanks