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

1 messages · Page 1 of 1 (latest)

timber valve
#

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 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)
mild novaBOT
#

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](https://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!
humble igloo
#

Also running into this outside of Docker.

humble igloo
#

Fixed by disabling local development.

timber valve
#

Hey Eliot, thanks for sharing!

#

In my case disabling local development didn’t solve it

#

I ended up nuking my dev-container and spinning it up again 😅

#

Though I think deleting the .convex folder(the one associated with the local deploy) might have done the trick too