-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
After loggin to app it redirect to localhost:5000/surveys #65
Comments
I am having the same issue, same code and also using setupProxy.js |
I did remove the changeOrigin and it works. cheers |
hmm, true |
I'm having the same issue. For some reason it will not redirect back even after taking out change origin. @Miquelllabres would you mind sharing your code. |
I'm also having the same issue.It would be great if anyone could suggest what can be done to solve this. |
Please, try this:
|
In your Google auth profile change callback URL to |
After loggin to app it redirect to localhost:5000/surveys instead of localhost:3000/surveys
authRoutes.js
setupProxy.js -> instead of proxy in package.json
console identification URI
http://localhost:5000
http://localhost:3000
autorizated URI
http://localhost:5000/auth/google/callback
http://localhost:3000/auth/google/callback
I just simply get error
Cannot GET /surveys
and browser URL is
http://localhost:5000/surveys
The text was updated successfully, but these errors were encountered: