Gitlab Pages 'The redirect URI included is not valid.'
"The redirect URI is not valid" during OAuth on on new Gitlab v8.2.2 omnibus installation
GitLab Duo OAuth login fails: The redirect URI included is not valid
Gitlab Self-hosted Application Redirect URI - Self-managed - GitLab Forum
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!!