daleal
daleal2mo ago

Hi guys! I have my self-hosted

Hi guys! I have my self-hosted deployment running on a Google Cloud Run instance, and I'm having a problem making new deployments. I get the following error when running convex deploy:
✖ Error fetching POST /deploy2/start_push 413 Request Entity Too Large
✖ Error fetching POST /deploy2/start_push 413 Request Entity Too Large
I think the problem is that Cloud Run has a maximum request size limit of 32MB, and my bundle must be bigger, but I don't know what to do about it, does anyone have any ideas? I tried activating HTTP/2 on the Cloud Run instance, but the deployment process tries to connect via websocket to the instance and the connection fails constantly with a 502 response from the server.
1 Reply
daleal
dalealOP2mo ago
I actually used the source-map-explorer tool and see that my bundle is just 498.02KB, so I don't understand why the server won't accept the deployment I also have a managed instance and the deployment worked flawlessly, it just fails on my self-hosted instance

Did you find this page helpful?