Air-Alert-Starter $ npx convex run getMaskRecommendation '{"latitude": 37.7749, "longitude": -122.4194}'
✖ Failed to run function "getMaskRecommendation":
Error: [Request ID: 2bf512aecab915c6] Server Error
Could not find function for 'getMaskRecommendation'. Did you forget to run npx convex dev or npx convex deploy?
I can see the function in my dashboard in both production and development....
Triggering the same error when i try to run my expo app.
Thanks this is driving me nuts