Hit error while running `auth:signIn` on prod
I'm using NextJS 15 + Convex Auth and deploying on Vercel with Cloudflare DNS, and i have this issue when signing into the account (creating the account is fine).
Additional info: It works on dev

5 Replies
have you added all the neccessary JWKS and other env to your deployment?
look up the command convex auth deploy
ah, i think i forgot about that
Production - Convex Auth
Authentication library for your Convex backend
there you go
thank you!!
it works now, thank you very much!