ginoG
Convex Communityβ€’5mo agoβ€’
8 replies
gino

Convex dev fails inside Docker dev-machine with 500 on /finish_push

Hi! πŸ‘‹ I'm running into an issue with Convex inside my dev-machine (Docker container).

When I run bunx convex dev, I consistently get this error:
βœ– Error: Unable to finish push to http://127.0.0.1:3210
βœ– Error fetching POST  http://127.0.0.1:3210/api/deploy2/finish_push 500 Internal Server Error: InternalServerError: Your request couldn't be completed. Try again later.
Failed due to network error, retrying in 12.33ms...


Setup:
- Dev environment is running entirely inside Docker.
- Next.js 15.3.4 + Bun.
- Convex ^1.25.0.
- Node v18.20.8 (required for email usage)
Was this page helpful?