Joseph_Ebuka
Joseph_Ebuka14mo ago

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
ian
ian14mo ago
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
Joseph_Ebuka
Joseph_EbukaOP14mo ago
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
ian
ian14mo ago
What is the instance name? The part of the dashboard url like friendly-animal-123
Joseph_Ebuka
Joseph_EbukaOP14mo ago
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
jamwt
jamwt14mo ago
Could you share your package.json? And what node.js version?
Joseph_Ebuka
Joseph_EbukaOP14mo ago
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
jamwt
jamwt14mo ago
Phew! This one was puzzling. Glad to hear it worked out.

Did you find this page helpful?