Hello,
When I am uploading the file, I am getting the error “Size exceeds the maximum allowed file size.”
The file size is 2 MB then also it throws an error.
Hello,
When I am uploading the file, I am getting the error “Size exceeds the maximum allowed file size.”
The file size is 2 MB then also it throws an error.
I have uploaded the file 1.9 MB.
I have already tried this solution, but its not working.
Looks like an nginx issue. If you’re using docker, find the “CLIENT_MAX_BODY_SIZE” arg in the compose file and change it to 1000m. Rebuild the container and it will be solved.
No, I am not using docker