Size exceeds the maximum allowed file size
This issue tracker is only for issues related to Frappe-Manager. Please use https://github.com/rtcamp/frappe-manager/discussions for support questions.
Describe the bug When I try to upload an image that exceeds 1MB in any DocType, the error "Size exceeds the maximum allowed file size" is displayed.
To Reproduce Steps to reproduce the behavior:
- Edit Item in Item List
- Add an image larger thatn 1MB
- The error is displayed.
Expected behavior Upload the image.
System information (please complete the following information):
Attach log
Additional context I think the problem is related to the nginx container fm_global-nginx-proxy configuration. I can't find the client_max_body_size configuration directive in tha nginx config file for this containter.
This is really making things impossible for my use case. If there is a workaround, please let us know
@Xieyt any thoughts around this or a possible workaround?
Please refer to this FAQ section here to increase the upload limit.
Let me know if you face any issues
@Xieyt Man, you are a life saver. We were this close to switching to stand-alone frappe installation. This works perfectly