I’m trying to setup the Gitlab connector via chatgpt (via Native mobile, web, and native desktop) but I keep getting an error message that just says “The redirect URI included is not valid.”
The query string in the url for the redirect uri is (nothing needs to be redacted from this):
&redirect_uri=https%3A%2F%2Fchatgpt.com%2Fconnector_platform_oauth_redirect
Has anyone successfully connected chatgpt to their gitlab account?
Can you share more details on how this exactly works, and which documentation you are following?
Here are the steps. There’s no documentation.
- Open chatgpt (native mobile, web, or native os)
- Open the connectors window
- Click “Gitlab” icon
- Click “Connect”
- Get “Redirect URI is invalid” message
Connectors window in ChatGPT
Thanks for the screenshots. I can see that the connector is developed by OpenAI, seems very new, never heard of it yet. OpenAI devs might know or can help better with what is going on, https://community.openai.com/
Maybe there is a way to enable more verbose debug logging in ChatGTP to see how these oauth callbacks are built. I’ve found https://help.openai.com/en/articles/12628403-gitlab-issues-synced-connector but is is very vague.
On the GitLab server side (assuming you are using a self-hosted GitLab instance), check production logs for oauth errors. Maybe the URI is malformed in the callback request, or similar.
1 Like