INIRU
INIRU
Oh, thank you for helping me with my code. I'll check it out.
> So I'm not 100% sure about this, but google is setup as an OIDC provider which will auto-detect all the required URLs from their `.well-known` oIDC manifest, but you've...
@ndom91 ```bash [GET][xxx] /api/auth/callback/google error { error: 'invalid_client', error_description: 'Unauthorized' } ``` ```bash [GET][xxx] /api/auth/callback/google [auth][error] CallbackRouteError: Read more at https://errors.authjs.dev#callbackrouteerror ``` ```bash [GET][xxx] /api/auth/callback/google [auth][cause] Error: TODO: Handle OIDC...
> From that it seems like your `clientId` is either incorrect (copy and paste error maybe?) or just not being picked up. In order to infer it automatically, and not...
 my vercel env settings
Strangely, it's been solved by recreating the Oauth ID.