Jamal
Explore posts from serversCCConvex Community
•Created by v on 5/1/2025 in #general
i dont. im extremely new to it and have
understandable
7 replies
CCConvex Community
•Created by v on 5/1/2025 in #general
i dont. im extremely new to it and have
Why do you want to use effect? What made you interested?
7 replies
CCConvex Community
•Created by Jamal on 4/24/2025 in #support-community
How can I infer typescript interfaces into a validator?
Okay thanks!
6 replies
CCConvex Community
•Created by winsoroaks on 4/23/2025 in #support-community
how to test if schemaValidation = true works in prod without pushing
If you view the
data
tab on your convex deployment and look at the schema you can see if your schemaValidation is set to true or false.7 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
internal functions can only be called by public convex functions, thats why this is not working
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
2. fetchQuery is meant to be used in your nextjs react component not in your
convex/
function directory19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
So your defining a function
test
.
1. The internal function is missing the args object.
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
i would like to see how your using this function so i can debug the error better
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
Could you show a little code if you dont mind
19 replies
CCConvex Community
•Created by Delveroff on 1/21/2025 in #general
helping Delveroff
I need to call internal queries/mutations remotely.The only way to do this currently is using http actions https://docs.convex.dev/functions/http-actions. Then you can call convex functions from external API's
19 replies