Hello!
I’ve already tried looking this problem up on the forum and didn’t find anything. But it appears that the Changelog feeds only work when logged in (when a feed_token
is present).
Here is the Atom feed for the Commits HEAD of a repository that works (feed_token
redacted for protection):
https://gitlab.com/gitlab-com/www-gitlab-com/-/commits/HEAD?feed_token=<REDACTED>&format=atom
But this same feed URL without the feed_token
doesn’t work and gives a 404 page.
https://gitlab.com/gitlab-com/www-gitlab-com/-/commits/HEAD?format=atom
It appears that the only way the feed_token
is populated is when logged in. But RSS feeds are meant to be public so that they can be read by an RSS reader, which wouldn’t have the feed_token
.
Can this be fixed?
Thanks for any information you can provide.