-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi,
I have a strider instance running in a docker container behind a Nginx server.
Strider runs on port 3000 and Nginx acts as proxy serving strider via https.
Unfortunately, I only get
500 AuthorizationError: The redirect_uri MUST match the registered callback URL for this application.
errors when I try to connect strider to github. It would be nice if I could see what the redirect_url actually is. Any hints on how to debug this?
BTW:
My environment variables are set similar to the following variables:
SERVER_NAME='https://foo'
PLUGIN_GITHUB_APP_ID=4xxxb
PLUGIN_GITHUB_APP_SECRET=8xxx9
My authorization callback url is (in the github app):
https://foo/auth/github/callback
(foo is just the hostname without a port)
Metadata
Metadata
Assignees
Labels
No labels