beebs93
beebs93

Reputation: 13

Cannot view GitLab "tags" page from an imported Github repository

I imported a Github repository following the instructions here.

Everything worked as expected, however, when I attempt to view the "tags" page (e.g. git.example.com/some-namespace/my-repo-name/tags) I get the "Error 500 - We're sorry, but something went wrong" page.

When I visit the "Commits" page (e.g. git.example.com/some-namespace/my-repo-name/commits/master) the "Tags" tab shows the right number of tags. I can even successfully filter by the tags under on "Network" page.

When I create a new project the normal way through the GitLab interface, I can view the "Tags" page no problem; it's only with imported repositories.

Any insight would be appreciated!


Upvotes: 1

Views: 593

Answers (1)

VonC
VonC

Reputation: 1327004

There is a issue in progress (that you can reopen) on this exact bug:

Issue 4923: 500 error when viewing */tags page: seen with GitLab 6.0+.

Upvotes: 1

Related Questions