To fix the issue, increase the timeout on NGINX proxy by adding/changing the following parameters under HTTP body:
keepalive_timeout 300; proxy_connect_timeout 300; proxy_read_timeout 300; proxy_send_timeout 300; client_body_timeout 3600s;
Make sure as well to reload NGINX proxy configuration, using the following command:
nginx -s reload
