API: retrieving tags on specific project throws error 500

Composer (PHP) is complaining as it cannot download the tags for a specific project as the endpoint is throwing a 500 status error code.

The url composer is using is:
https://gitlab.com/api/v4/projects/<:id>/repository/tags?per_page=100

I can confirm other projects work as replacing <:id> with another project of mine it works as expected.