Level 104
Your Authorized Redirect URIs in Google Cloud Console for the project should have the production callback URI, not localhost.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
In my localhost, I am able to sign in with google using socialite. but when I deploy it to shared hosting, after authenticating, it redirects to localhost again. When I created credential, on the Authorized redirect URIs I put
http://localhost:8000/google/callback
What should be the correct URI be put?so it redirect to correct page for example?
http://mywebsite.com/home
Please or to participate in this conversation.