Convex functions wont run
I have this really weird thing where the convex functions are built and I can view them on the website and can view their logs but when I call these functions from my react native frontend the function doesnt even get called.
routines.js under convex/routines.ts:
The second picture is the react native frontend where im calling the convex mutation.
I also implemented a login system which works perfectly fine but its these new functions ive created today posing the problem.
I dont get returned anything, I dont see anything on my console. would really appreciate some help.


4 Replies
I also have a simple query setup on the homepage which doesnt run either. When I run the function from the convex dashboard, it works but just not on native.




SOLVED 😠I HAD TO UPDATE NPM PACKAGES
nvm its back to being broken again. I restarted my typescript server and its all gone