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
I have a function called checkGuess which checks the user's guess and returns data relating to their guess. Additionally, it updates a the "level" document in my
levels
table by adding 1 to times played and adding 1 to correctguesses if they got it right. However, when I add this patch code, it is triggering my original function again that pulls down 5 random levels and is causing the game to loop indefinitely?
15 replies
CCConvex Community
•Created by DylanDev on 12/20/2024 in #support-community
Deleting Users from Backend Function that are Synced with Clerk

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
Why does running npx convex deploy not send over my tables from my dev instance and files to the production instance?
7 replies
CCConvex Community
•Created by DylanDev on 10/14/2024 in #support-community
Clerk With Convex in Backend Functions
I want to store a score variable in the public metadata but I can't figure out how to modify that from the backend and I get an error?
Error:
Code:
26 replies
CCConvex Community
•Created by DylanDev on 10/8/2024 in #support-community
Supposed to return ids in random order but mostly does one image
I'm trying to pull down 5 document entries in my "levels" table and it seems to only ever return the ids in the same order most of the time. Every once and a while and sometimes when I have to refresh the npx convex dev server, will it then pull a different image. Is my code wrong?
7 replies
CCConvex Community
•Created by DylanDev on 10/8/2024 in #support-community
API Functions Returning from Server but showing undefined in client

3 replies
CCConvex Community
•Created by DylanDev on 10/7/2024 in #support-community
How to find a table entry from _id
I want to query the my table and find the table document that has the _id i pass in. How do I do this?
6 replies
CCConvex Community
•Created by DylanDev on 10/5/2024 in #support-community
Help with loading images from image id in a table and image sitting in the Files

5 replies