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
:
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
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