Please Help: I am having a callback url issue.

My backend is running on port 8080 using fastify, while frontend is nextjs running on 3000. On the google developer console i have setup up the callback uri as follows http://localhost:3000/auth/google/callback on the backend i have set up the client id and secret when i try signing in on the frontend, i get a 200 status code on the backend but my frontend redirects to http://localhost:3000/auth/google/callback?status_code=XXXXXX
1 Reply
The Untraceable
The Untraceable2mo ago
Should be api/auth/callback/google iirc

Did you find this page helpful?