convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

convex deploy fails on version 1.29.2

Open rolandolora opened this issue 1 week ago • 1 comments

Executing the following command using "convex": "1.29.2" it is no possible to deploy:

$ bunx convex deploy
Verifying that the push isn’t deleting large indexes...
✖ Error: Unable to start push to http://127.0.0.1:3210
✖ Error fetching POST  http://127.0.0.1:3210/api/deploy2/evaluate_push 404 Not Found: http://127.0.0.1:3210/api/deploy2/evaluate_push

The same command works with version 1.29.1.

rolandolora avatar Nov 18 '25 12:11 rolandolora