xxxxxxxxxx
Though heroku said "There is not a limit on filesize for uploads",
your app probably got a large file that exceed the Heroku time bond
for all requests on the Heroku platform must return the first byte
within 30 seconds, it then resulted to the closing of the backend
socket, belonging to your app’s web process before the backend
returned an HTTP response