Gitlab pages redirects do not work
GitLab Pages redirects
"You are being redirected away from GitLab" pages don't redirect
GitLab Pages with custom domain redirects back to GitLab subdomain
We have a few links to CI artifacts in our READMEs and project badges, so that it's easy to get to generated documentation and reports. These links are in this sort of format:
https://gitlab.com/mygroup/myproject/-/jobs/artifacts/main/file/dir1/dir2/dir3/index.html?job=build
When following one of these links, GitLab serves a page that says "You are being redirected away from GitLab" and then it has a link to the actual artifact hosted on GitLab pages, like:
https://mygroup.gitlab.io/-/myproject/-/jobs/1234567890/artifacts/dir1/dir2/dir3/index.html
I seem to remember that these "redirect" pages used to actually redirect to the latter address after a second or two, but it seems that they now require that you click on the link.
Am I misremembering the old behavior? Is there some way to get that behavior? Does anyone else find it kind of annoying having to always click on that second link?
Hey guys,
I'm working on a migration of our Gitlab CE instance from a docker compose environment to a dedicated EC2 Runner and Server.
I've got everything working so for except Gitlab Pages. I've followed the documentation here: https://docs.gitlab.com/ee/administration/pages/
I've created the following DNS records.
A record for Gitlab git.dev.company.cloud
A record for Gitlab Pages gitdocs.dev.company.cloud
A record for wildcard *.gitdocs.dev.company.cloud
The omnibus configuration file contains: pages_external_url 'http://gitdocs.dev.company.cloud'
I navigate to the pages section of a project and click on the URL. A redirect begins, but instead of sending me to pages it sends me to my user page and displays:
An error has occurred The redirect URI included is not valid.
The NGINX logs for pages show a 302 redirect, but that is about it...
Any help would be much appreciated!!