Search code examples
node.jsnginxtimeoutmulterhttp-status-code-504

Failed to load resource: the server responded with a status of 504 (Timeout while reading response from Server) Node.js,Nginx


While trying to upload large files, I am getting 504 timeout error. Using node.js/multer , cloudflare , nginx , ec2. the network is not that great and it takes time to upload the file, getting timeout after 4-7 minutes into the upload. was not spotting an exact same timeout periods, it is always random


Solution

  • It might be due to Cloudflare free package that limits you from uploading files greater than 50mb.