File Upload Error

Hi,

I’m getting below error while uploading specific file.

image

This error comes only in production environment not in my local development machine. Also in production environment other files successfully uploading.

I’m using CUBA 7.2.

I cannot see any error in the log files. Kindly assist.

Thanks,
Hari

If you use a loading balancer before web server, you need set header parameter for File Upload Size, the kind maxRequestLength or Content-Length. In my project, I use Nginx and got that error. By default, Nginx has a limit of 1MB on file uploads