Error: The file size exceeds the limitation set for your server.
-
Hi Cloudron Community,
in general I am super happy with the OnlyOffice integration in Cloudron! It works very well and performant.
However, I have a small problem. When I transfer data over my Seafile instance which is larger than 100 MB, my Onlyoffice instance goes on strike.The file size exceeds the limitation set for your server. For more information, contact your Document Server administrator.My Nginx configuration allows unlimited data through. As configured correctly by Cloudron.
Also, I tried the following settings in "production-linux.json".
"services": { "CoAuthoring": { "server": { "limits_tempfile_upload": 1073741824, "limits_image_size": 1073741824, "client_max_body_size": 1073741824, "maxfilesize": 1073741824, (...) "FileConverter": { "converter": { "maxDownloadBytes": 1073741824, "inputLimits": [ { "type": { "docx;dotx;docm;dotm", "zip": { "uncompressed": "1000MB", "template": "*.xml" } }, { "type": { "xlsx;xltx;xlsm;xltm", "zip": { "uncompressed": "1000MB", "template": "*.xml" } }, { "type": "pptx;ppsx;potx;pptm;ppsm;potm", "zip": { "uncompressed": "1000MB", "template": "*.xml" } } ], (...)Does anyone have any ideas on how I can get to the bottom of this problem? Logs I can examine or even a direct solution to the problem?
Thanks a lot!

-
N nebulon marked this topic as a question on
-
Looks like adjusting
inputLimitsis what is suggested in https://forum.onlyoffice.com/t/the-file-size-exceeds-the-limitation-set-for-your-server/4888 as well. https://github.com/ONLYOFFICE/DocumentServer/issues/1674 and https://github.com/ONLYOFFICE/DocumentServer/issues/685 also suggests similar.Just to double check, did you restart the app after making changes ?
-
J james has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login