Google Provider when deploying
I'm trying to deploy my project on vercel with a custom domain, but I'm getting an error that says something like:
Google OAuth 2 authorization - Error: redirect_uri_mismatch.
does anyone know how to fix this?
2 Replies
in your google dev console, under credentials > "Authorized redirect URIs"
<your_domain>/api/auth/callback/google
thank you
.close