Manomite
Manomite
CCConvex Community
Created by erquhart on 2/20/2024 in #support-community
Calling a mutation from a mutation
Got this solved... Thanks...
7 replies
CCConvex Community
Created by Manomite on 2/20/2024 in #support-community
Error using npm convex dev
Okay I will do this tomorrow and send in the screenshots... Thanks...
8 replies
CCConvex Community
Created by erquhart on 2/20/2024 in #support-community
Calling a mutation from a mutation
I will try this approach and see if it works then revert back... Thanks...
7 replies
CCConvex Community
Created by erquhart on 2/20/2024 in #support-community
Calling a mutation from a mutation
Ooohh... Am off the computer now... Probably tomorrow morning will paste the code... But a pseudo code could help too..
7 replies
CCConvex Community
Created by erquhart on 2/20/2024 in #support-community
Calling a mutation from a mutation
Okay thanks... Am here
7 replies
CCConvex Community
Created by Manomite on 2/20/2024 in #support-community
Error using npm convex dev
From the documentation, it says; The default runtime supports most npm libraries that work in the browser, Deno, and Cloudflare workers. If your library isn't supported, you can use an action with the Node.js runtime, or reach out in Discord. We are improving support all the time. I have used an action but still not working...
8 replies
CCConvex Community
Created by Manomite on 2/20/2024 in #support-community
Error using npm convex dev
Although i have internalMutation also inside the action file... Or is this why the "use node" is not working?
8 replies
CCConvex Community
Created by Manomite on 2/20/2024 in #support-community
Error using npm convex dev
jsonwebtoken has lots of dynamic imports (via import/require calls) from other libraries which convex find it difficult to find... This is what has been giving the issue
8 replies
CCConvex Community
Created by Manomite on 2/20/2024 in #support-community
Error using npm convex dev
Yes... I have used "use node" at the top of te file but from the documentation i can see that jsonwebtoken node package is not listed among the supported API.
8 replies