<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Error: The file size exceeds the limitation set for your server.]]></title><description><![CDATA[<p dir="auto">Hi Cloudron Community,</p>
<p dir="auto">in general I am super happy with the OnlyOffice integration in Cloudron! It works very well and performant.<br />
However, I have a small problem. When I transfer data over my <strong>Seafile</strong> instance which is <strong>larger than 100 MB</strong>, my Onlyoffice instance goes on strike.</p>
<pre><code>The file size exceeds the limitation set for your server.
For more information, contact your Document Server administrator.
</code></pre>
<p dir="auto">My Nginx configuration allows unlimited data through. As configured correctly by Cloudron.</p>
<p dir="auto">Also, I tried the following settings in "production-linux.json".</p>
<pre><code>"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"
          }
        }
      ],

(...)
</code></pre>
<p dir="auto">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?</p>
<p dir="auto">Thanks a lot! <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/topic/9294/error-the-file-size-exceeds-the-limitation-set-for-your-server</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 08:05:56 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9294.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 May 2023 11:13:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error: The file size exceeds the limitation set for your server. on Wed, 31 May 2023 11:30:00 GMT]]></title><description><![CDATA[<p dir="auto">Looks like adjusting <code>inputLimits</code> is what is suggested in <a href="https://forum.onlyoffice.com/t/the-file-size-exceeds-the-limitation-set-for-your-server/4888" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.onlyoffice.com/t/the-file-size-exceeds-the-limitation-set-for-your-server/4888</a> as well. <a href="https://github.com/ONLYOFFICE/DocumentServer/issues/1674" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ONLYOFFICE/DocumentServer/issues/1674</a> and <a href="https://github.com/ONLYOFFICE/DocumentServer/issues/685" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ONLYOFFICE/DocumentServer/issues/685</a> also suggests similar.</p>
<p dir="auto">Just to double check, did you restart the app after making changes ?</p>
]]></description><link>https://forum.cloudron.io/post/67413</link><guid isPermaLink="true">https://forum.cloudron.io/post/67413</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 31 May 2023 11:30:00 GMT</pubDate></item><item><title><![CDATA[Reply to Error: The file size exceeds the limitation set for your server. on Wed, 31 May 2023 10:26:59 GMT]]></title><description><![CDATA[<p dir="auto">Is that document you are referring to by any chance public so we can use this to reproduce the issue?</p>
]]></description><link>https://forum.cloudron.io/post/67406</link><guid isPermaLink="true">https://forum.cloudron.io/post/67406</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 31 May 2023 10:26:59 GMT</pubDate></item></channel></rss>