Resumen
The request body is larger than the server will process (formerly Payload Too Large).
Cuándo ocurre
Returned when an upload or request body exceeds the server’s size limit.
Causas comunes
- Upload exceeds the server body-size limit
- Very large JSON payload
- Proxy limit (e.g. Nginx client_max_body_size)
Cómo solucionarlo
- Reduce or split the payload
- Raise the server / proxy max body size
- Compress the request body
Base en la especificación