rgz
rgz8mo ago

ConvexAuth error after prod on vercel

GET /api/auth/signin/* 302
GET /api/auth/callback/* 302
GET /api/auth/signin/* 302
GET /api/auth/callback/* 302
When using Convex Auth with google it works great on localhost but when I upload to vercel, I keep getting 302 with signin and callback.
1 Reply
Omar
Omar8mo ago
Did you add the vercel domain to Authorized redirect URIs in your Google OAuth settings

Did you find this page helpful?