I was having trouble with this too. Setting the Redirect URI field to the following did the trick:
http://localhost:3000/api/auth/callback/gitlab
GitLab Redirect URI for project import invalid
spring boot - The redirect URI included is not valid - Stack Overflow
Oauth application redirect uri
GItlab as Omniauth provider, always says "The redirect URI included is not valid."
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!!