Nginx upstream prematurely closed connection while reading response header from upstream, for large requests
I solved this by setting a higher timeout value for the proxy: location / { proxy_read_timeout 300s; proxy_connect_timeout 75s; proxy_pass http://localhost:3000; } Documentation: https://nginx.org/en/docs/http/ngx_http_proxy_module.html