SvZ ( > ^ ^)>S
Convex Community14mo ago
5 replies
SvZ ( > ^ ^)>

Next.js 15 Convex Auth unable to login with Google OAuth

Upgrading to the new auth/core resulted in the issue.
In convex logs I see - /api/auth/callback/google
error
'(void 0) is not a function
'

Works with version -
"@auth/core": "0.36.0",

Breaks when using upgrading to:
"@auth/core": "^0.37.0",

Only changes in code made were for next.js 15 to await the cookies(), convexAuthNextjsToken(), convexAuth.isAuthenticated().

No other changes were made, unsure if there is anything else I need to adjust.

Small edit only the auth/core breaks the google auth.
Was this page helpful?