Hello I had a weird error on my self hosted server: convex-backend | 2025-04-30T12:31:01.849360Z
Hello I had a weird error on my self hosted server:
convex-backend | 2025-04-30T12:31:01.849360Z ERROR isolate::client: Restarting Isolate user_timeout: UserTimeout, last request: "UDF: _system/frontend/paginatedDeploymentEvents.js:default"
The error happens when I try to delete in the dashboard a table with the Delete All button. It worked with other tables but with this one (bigger than the others) it appears to completly crash the server.
It does not just crash the docker instance but it manages to crash the machine itself with a behaviour similar to what a fork bomb would do to a PC. The machine completly freeze even the mouse.

5 Replies
hello does anyone know how to implement multiple sever deployment with convex selfhost?
Just figured it out a couple hours ago
i already tried before , but when server was changing , the convex admin key is changing
do you know how to do it ?
hi i hav masseg × In order to push, add
convex
to your package.json dependencies.
i tray fix itHey guys, I just set up a convex instance behind a traefik reverse proxy on my homelab. It initially didn't work and I was going down a rabbit hole thinking the traefik proxy was configured wrong since my websocket requests were failing, apparently I was just using the wrong admin key, I omitted the "convex-self-hosted|" part thinking this was just a logging artifact,
Should this be made more clear in the documentation?