twendy1
CCConvex Community
•Created by twendy1 on 4/9/2025 in #support-community
Crypto createHmac support
Thank you for code example, gonna rewrite and remove nodejs action! 🙂
14 replies
CCConvex Community
•Created by twendy1 on 4/9/2025 in #support-community
Crypto createHmac support
I was also thinking yesterday to rewrite the function on web crypto but wasnt sure if Convex supports all needed pieces
14 replies
CCConvex Community
•Created by twendy1 on 4/9/2025 in #support-community
Crypto createHmac support
createHmac
doesn't exist, so I cant verify webhooks.14 replies
CCConvex Community
•Created by twendy1 on 4/9/2025 in #support-community
Crypto createHmac support
@sshader Hey, sure
14 replies
CCConvex Community
•Created by twendy1 on 4/10/2025 in #support-community
Best practice for cleaning old events
I see. I think for now we just gonna remove everything manually because dashboard has Select All button.
7 replies
CCConvex Community
•Created by twendy1 on 4/10/2025 in #support-community
Best practice for cleaning old events
But we wouldnt be able to delete everything in one run, would we need to use paginated queries?
7 replies
CCConvex Community
•Created by twendy1 on 4/9/2025 in #support-community
Crypto createHmac support
Hey! I see. Just seems pretty sad to start the whole node action just for 1-3 functions. But yeah, it's okay, already implemented the logic) Thank you for the response!
14 replies
CCConvex Community
•Created by twendy1 on 4/9/2025 in #support-community
Crypto createHmac support
If it only supported inside NodeJS action, does it mean I need to create the whole separate action just for signature verification?
14 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
Hey, yes, that would be nice!
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
I would assume that if field has unique tag then Convex would return error by default in case of same float (1 in db and 1 in new create)
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
What would be a chance to get 2 same random float numbers? I assume super small)
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
@djbalin Hey, thank you for your feedback! I will try to build a simple prototype and then write back)
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
Thank you!🙏
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
I was thinking about using a different service where I could save Convex document ID and then use SQL Random command
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
What if it's gonna be more than 500?
20 replies
CCConvex Community
•Created by twendy1 on 9/22/2024 in #support-community
Quering random row
I had an idea to have an unique field with int value and then have index. Each value would be 0, 1, 2 and etc. So that way I could just do Math.random and then use index in order to find the document but I'm not sure if it's the best way
20 replies
CCConvex Community
•Created by Gorka Cesium on 4/4/2024 in #support-community
intermitent failure Clerk: `const identity = await ctx.auth.getUserIdentity();`
Hello, is this issue supposed to be pinned in Support channel instead of Convex Search? @Michal Srb
93 replies
CCConvex Community
•Created by twendy1 on 3/30/2024 in #support-community
Auth API key
@Michal Srb Hi, may I ask if HTTP actions counts like "actions" inside Convex plan usage? (Or it counts as functions calls)
5 replies
CCConvex Community
•Created by twendy1 on 3/30/2024 in #support-community
Auth API key
I know, I was wondering from security standpoint and if there are any good examples of it. The creation with hash is fine but I'm not sure how to make validation correctly and if I need any special things
5 replies
CCConvex Community
•Created by Llabe on 3/28/2024 in #general
Server fetchQuery and fetchMutation
Hey, if you are using nextjs you can also call queries and mutations on the server side. For that use preloadQuery (in order to have real time) or fetchQuery/fetchMutation (will be without real time). For Auth you need to send your Auth token inside query params. Docs and examples - https://docs.convex.dev/client/react/nextjs/server-rendering
3 replies