We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 Whenever I'm trying to upload files getting Size exceeds the maximum allowed file size.
Size exceeds the maximum allowed file size.
Additionally setting max size in nginx config does not work either.
client_max_body_size 1000m;
To Reproduce Steps to reproduce the behavior: Try to upload file via upload file in frappe site.
Expected behavior File should be uploaded.
System information (please complete the following information):
fm --version
lsb_release -a
docker version
docker-compose version
docker compose version
Attach log Please attach logs from ~/frappe/logs/fm.log for faster resolution.
~/frappe/logs/fm.log
Additional context
cc: @dhsathiya
The text was updated successfully, but these errors were encountered:
Xieyt
No branches or pull requests
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
Whenever I'm trying to upload files getting
Size exceeds the maximum allowed file size.
Additionally setting max size in nginx config does not work either.
To Reproduce
Steps to reproduce the behavior:
Try to upload file via upload file in frappe site.
Expected behavior
File should be uploaded.
System information (please complete the following information):
fm --version
lsb_release -a
docker version
docker-compose version
ordocker compose version
Attach log
Please attach logs from
~/frappe/logs/fm.log
for faster resolution.Additional context
cc: @dhsathiya
The text was updated successfully, but these errors were encountered: