Daniel
Daniel2mo ago

Hey all, when trying to deploy to a self

Hey all, when trying to deploy to a self-hosted convex instance through a github action i get the following error:
Run bunx convex deploy
- Deploying to ***...
✖ Error: Unable to start push to ***
✖ Error fetching POST ***/api/deploy2/start_push 413 Payload Too Large
Run bunx convex deploy
- Deploying to ***...
✖ Error: Unable to start push to ***
✖ Error fetching POST ***/api/deploy2/start_push 413 Payload Too Large
Has anyone else experienced that before and knows a solution?
4 Replies
Michal Srb
Michal Srb2mo ago
Do you have a nginx proxy or something similar that has a limit on request payload? I think I ran into something similar, nginx proxy defaults are super low.
Daniel
DanielOP2mo ago
Yess, thank you! I have an nginx proxy in front so will try to tune that Solved it thank you very much ✅
el_luisma
el_luisma2w ago
how much did you end up increasing the limit? I went with 32m it worked
Daniel
DanielOP5d ago
16m

Did you find this page helpful?