leventovL
Convex Community3mo ago
1 reply
leventov

Faulty empty deploys

🪲Bug Report
Sometimes we have "empty" deploys, where (according to Convex logs), the deploy completely clears out all schema, functions, unmounts all components. Not sure how this should be possible -- why these deploys don't fail because they "delete" tables that are not empty? We cannot pinpoint these yet -- it appears that deploys are normal, done from the right directory, etc. Subsequent deploys sometimes resolve things, sometimes not (but after a few attempts, a redeploy succeeds). After this faulty deploy, the deployment becomes non-functional -- all function calls result in "Could not find public function for 'foo'...". Did anyone encounter anything like that? What could be the culprit? Could Convex safeguard from this on its side by prohibiting completely empty deploys (empty schema, empty API, no components)?
Was this page helpful?