iamgmd
iamgmd5mo ago

Convex Auth 'Invalid verifier' on safari

On safari, I am getting 'Invalid verifier' when trying to login using github or google. The authAccounts and users are being created. I have no problem with Chrome, it works as expected. See screen shots, 1st is safari and 2nd is chrome.
No description
No description
3 Replies
sshader
sshader5mo ago
Are you also using Next.js? I made https://github.com/get-convex/convex-auth/issues/60 based on https://discord.com/channels/1019350475847499849/1277845556600770582/1277845556600770582. So far I haven't been able to reproduce with a non Next.js app.
GitHub
OAuth + Next.js not working in Safari · Issue #60 · get-convex/conv...
Can reproduce with Github OAuth where we see "Invalid verifier" in auth:store when going through the flow, but the same flow works in Chrome.
iamgmd
iamgmdOP5mo ago
Thank you @sshader , yes I am using Next.js.
sshader
sshader5mo ago
Should be fixed on the latest Convex Auth version (0.0.63)!

Did you find this page helpful?