taotoma
taotoma3mo ago

missing function

When I call the function to delete the annotation based on the ID, this error appears
No description
5 Replies
jamwt
jamwt3mo ago
The function seems to be missing in your deployment. do you see it in your dashboard? and have you checked the window where npx convex dev is running for any errors etc?
taotoma
taotomaOP3mo ago
I'm very new to all this. Where can I see the window in which npx convex dev is running? I remember running the command at the beginning of the project
taotoma
taotomaOP3mo ago
the function is not being called here
No description
Omar
Omar3mo ago
You have to run npx convex deploy in your project's folder in the terminal to update new function code to Convex You can keep that terminal window running to automatically sync any new code changes Sorry npx convex dev* Deploy is when you want to push to prod
taotoma
taotomaOP3mo ago
I managed to solve the problem this way. I thought it wouldn't work because I had tried it once and it hadn't worked. But thank you all.

Did you find this page helpful?