Toubat
Toubat4w ago

table schema not synced to prod

Previously, when I do a npx convex deploy inside vercel, it sync all the updates to the table schemas, mutations, and queries from dev to prod. Now this is not the case. I recently created a new convex project and tried deployed to prod using the npx convex deploy command. However, after doing so my production is still empty. No table schema, no mutations, queries, actions been forwarded from dev. Did the process somehow changed in the past? If so, is this been properly documented?
2 Replies
Convex Bot
Convex Bot4w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Toubat
ToubatOP4w ago
Found cause: My main convex backend folder is inside another app folder, and the project I'm building in Vercel is a different one, and it does not contain the convex folder in it (I sync the ts schemas use npx convex-helpers ts-api-spec).

Did you find this page helpful?