stormblessed
CCConvex Community
•Created by stormblessed on 1/19/2025 in #support-community
[Convex Auth] Clerk Integration with Convex
hi Tom sorry for bothering you it was a stupid mistake that you gave me good insight on. I fixed it. It was a small issue that was being reflected in the convex dashboard logs. the moment I spotted it I fixed it
13 replies
CCConvex Community
•Created by stormblessed on 1/19/2025 in #support-community
[Convex Auth] Clerk Integration with Convex
Let me know thanks 🙂
13 replies
CCConvex Community
•Created by stormblessed on 1/19/2025 in #support-community
[Convex Auth] Clerk Integration with Convex
Hi Tom,
Thank you for your response. Let me clarify the setup:
We are using Clerk for authentication (not Convex Auth), integrated with Convex as the backend.
The specific issue is:
Social sign-ups (Google, Apple) automatically create a Convex user
Email/password sign-ups are not automatically creating a Convex user
This behavior is inconsistent as both flows use Clerk as the auth provider
The email registration flow uses Clerk's useSignUp hook with email verification:
Create signup (signUp.create)
Verify email with code (signUp.attemptEmailAddressVerification)
Set active session (setActive)
The social auth flow uses Clerk's useOAuth hook:
1. Start OAuth flow (startOAuthFlow)
2. Set active session on success
Both flows successfully create Clerk users and sessions, but only the social flow is triggering Convex user creation.
Would you be able to help identify why the email signup flow isn't triggering the same Convex user creation as the social flow? Happy to provide any additional configuration details needed.
13 replies
CCConvex Community
•Created by stormblessed on 1/19/2025 in #support-community
[Convex Auth] Clerk Integration with Convex
13 replies
CCConvex Community
•Created by stormblessed on 1/19/2025 in #support-community
[Convex Auth] Clerk Integration with Convex
the following is social login and email log in screen
13 replies
CCConvex Community
•Created by stormblessed on 1/19/2025 in #support-community
[Convex Auth] Clerk Integration with Convex
;
13 replies