INIRU

Results 6 comments of 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...

![image](https://github.com/nextauthjs/next-auth/assets/75632393/39c5e27a-d825-4a17-a7c7-9a4e3eb49835) my vercel env settings

Strangely, it's been solved by recreating the Oauth ID.