Sronds
CCConvex Community
•Created by THEO on 12/16/2024 in #support-community
Clerk integration call functions infinitely - need help
thanks team, good work! ❤️❤️
12 replies
CCConvex Community
•Created by THEO on 12/16/2024 in #support-community
Clerk integration call functions infinitely - need help
just ran into this bug myself! thanks
12 replies
CCConvex Community
•Created by Eva on 9/1/2024 in #support-community
Deleting users with Convex Auth
if it helps anyone else, i wrote this function which works great.
if anyone is curious, this is my userMutation:
18 replies
CCConvex Community
•Created by Web Dev Cody on 9/3/2024 in #support-community
Convex Auth Question
Thanks @Indy, appreciate you ❤️
9 replies
CCConvex Community
•Created by Web Dev Cody on 9/3/2024 in #support-community
Convex Auth Question
which is then used here
9 replies
CCConvex Community
•Created by Web Dev Cody on 9/3/2024 in #support-community
Convex Auth Question
looking at the code in signIn.js (@convex-dev/auth/dist/server/implmenetation/signIn.js)
y'all are using
9 replies
CCConvex Community
•Created by Web Dev Cody on 9/3/2024 in #support-community
Convex Auth Question
@Web Dev Cody @sshader i've tried to setup a custom domain but unfortunately google auth is not picking it up and only using original convex one. Any updates on this?
9 replies
CCConvex Community
•Created by Sronds on 11/18/2024 in #support-community
help me setup a cronjob that loops through my entire user table and updates a number
managed to fix it by reading through this article
https://stack.convex.dev/migrating-data-with-mutations
specifically this piece of code
3 replies