Bug Problem preparing convex functions
after running npx convex dev it shows preparing convex functions for like 1s and then it just stops (i dont think its network issue cause my other convex project still works fine)
7 Replies
To confirm: this happens each time, or was it just one attempt? And you’ve run npm install in that project? Sometimes the cli will pick a globally installed convex with an old version
I run the command multiple times
I think I would run npm install again and try I’ll get back to you @ian
so i have run npm install and still the same issue it just shows preparing convex functions and it stops running i dont know what to do anymore
What is the instance name? The part of the dashboard url like friendly-animal-123
doting-anaconda-40
after multiple retrials npx convex dev now runs but still my schema is not being deployed and my functions are not showing up on my convex dashboard i thought it wasn't connected so i tried manually importing data into the db and the data went smoothly but npx convex dev is not deploying to my dashboard
Could you share your package.json? And what node.js version?
The issue has been resolved just realized that someone also working on the project with me doesn't know how to use convex and was doing a lot of things the wrong way
Thanks for the support i got from the team And am sorry for any disturbance caused
Phew! This one was puzzling. Glad to hear it worked out.