Provider `google` is not configured
Hello everyone, I have problem when try log in by google, can you help me for this?



3 Replies

I would guess you haven't deployed since adding Google
If this is in dev, make sure
npx convex dev is running successfully (not printing errors, which would block deployment). If this is in production, npx convex deploy --prodThank you, after I run npx convex dev, it works