Redirect URI in Gitlab for GitKraken - Stack Overflow
oauth 2.0 - How to set up the redirect URI for a locally hosted application - Stack Overflow
GitLab Oauth2 login changes redirect_uri - How to Use GitLab - GitLab Forum
Issue with GitLab OAuth 2.0 provider and redirect URL
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!!