Answers for "code=H18 desc="Server Request Interrupted""

0

code=H18 desc="Server Request Interrupted"

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
Posted by: Guest on March-08-2022

Code answers related to "code=H18 desc="Server Request Interrupted""

Browse Popular Code Answers by Language