Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PORT in the redirectURI dynamic #38

Open
omgitstom opened this issue Oct 22, 2019 · 1 comment
Open

Make PORT in the redirectURI dynamic #38

omgitstom opened this issue Oct 22, 2019 · 1 comment

Comments

@omgitstom
Copy link

export PORT=7777 && npm start

Running the command above to start the dev server. I would expect that the server AND redirect URI would be using port 7777, in this case, the server is using port 7777, but the configuration for the redirect URL is using 8080

@swiftone
Copy link

Hi @omgitstom -

None of our documentation and guides treat PORT as a separate concept from redirectURI itself. Since each version of PORT would require a different allowed redirectURI setting, that would lead to confusion (just changing the PORT in the example start up you list wouldn't work, and we don't want to create the impression that it would)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants