dalealD
Convex Community6mo ago
2 replies
daleal

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

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.
Was this page helpful?