DylanDev
DylanDev
CCConvex Community
Created by DylanDev on 3/20/2025 in #support-community
Patching two values in a document causes functions to be re triggered
Thank you @lee
15 replies
CCConvex Community
Created by DylanDev on 3/20/2025 in #support-community
Patching two values in a document causes functions to be re triggered
Thank you jamie! I'll @ you if i have any questions 🙂
15 replies
CCConvex Community
Created by DylanDev on 3/20/2025 in #support-community
Patching two values in a document causes functions to be re triggered
are you able to provide more info on the seed? Is this on the backend function or do I call this on the client when i call the function
15 replies
CCConvex Community
Created by DylanDev on 3/20/2025 in #support-community
Patching two values in a document causes functions to be re triggered
oh smart. i was thinking of doing a seed so i could make a daily challenge based on the current date as the seed
15 replies
CCConvex Community
Created by DylanDev on 3/20/2025 in #support-community
Patching two values in a document causes functions to be re triggered
I can share more code if you'd like to see how my game logic works but I have been scratching my head for the last 3 hours 😂
15 replies
CCConvex Community
Created by DylanDev on 3/20/2025 in #support-community
Patching two values in a document causes functions to be re triggered
The left video is with the following code and the right video is without it. You can notice at the bottom of the in between levels page that the level number isn't updating either? Code causing issue:
await ctx.db.patch(level._id, {
totalPlays,
correctAnswers
});
await ctx.db.patch(level._id, {
totalPlays,
correctAnswers
});
Let me know if any of you have any idea why this could be happening
15 replies
CCConvex Community
Created by DylanDev on 12/20/2024 in #support-community
Deleting Users from Backend Function that are Synced with Clerk
Are you supposed to declare a clerkClientInstance inside of every action or should I declare that at the very top of the .ts file to be used everywhere
12 replies
CCConvex Community
Created by DylanDev on 12/20/2024 in #support-community
Deleting Users from Backend Function that are Synced with Clerk
Thank you for your help!
12 replies
CCConvex Community
Created by DylanDev on 12/20/2024 in #support-community
Deleting Users from Backend Function that are Synced with Clerk
@Tom thank you tom! I ended up splitting the code into a mutation and an action. That way I could use the third party call inside of the backend!
12 replies
CCConvex Community
Created by DylanDev on 11/7/2024 in #support-community
npx convex deploy does not send my dev data including files to production
Awesome thank you!
7 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
ill look into it thank you so much!
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
@sshader @FleetAdmiralJakob 🗕 🗗 🗙 alright i see
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
i think using meta data in clerk would be fine but im trying to decide
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
i just need something simple where each user can have stats stored about them
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
Ah i see
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
@FleetAdmiralJakob 🗕 🗗 🗙 Have you used clerk before? Are you at all expierenced with messing with it from the backend
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
ah okay
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
im just a little bit confused on how to implement this
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
@FleetAdmiralJakob 🗕 🗗 🗙 So do I have to have a httpAction api function that my other function calls?
26 replies
CCConvex Community
Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
Thank you 👑
26 replies