missing function
When I call the function to delete the annotation based on the ID, this error appears
5 Replies
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?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
the function is not being called here
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
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.