Could not find public function for 'chats:create'. Did you forget to run `npx convex dev` or `npx co
I get this error:
Could not find public function for 'chats:create'. Did you forget to run npx convex devnpx convex dev or npx convex deploynpx convex deploy?
I searched for it on this Discord & it goes back to 2023 but didn't find a solution for it.
Basically what I did was clone convex version of Trello (Tanstack Start) and then changed my schema of that Trello to something else (lets say Notes) and then when I tried to redeploy it, it started giving errors.
Now my deploy table is of the old Trello stack rather than my new notes app.
How do I solve it? I just want it to re-use my new schema?
Bdw my CONVEX_DEPLOYMENTCONVEX_DEPLOYMENT& VITE_CONVEX_URLVITE_CONVEX_URL are 2 different URLs.