You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: