<?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[GitLab project uploads API Size Limit]]></title><description><![CDATA[<p dir="auto">When pushing artefacts in a gitlab runner, we get the following message:<br />
<img src="/assets/uploads/files/1662728115160-365c09ba-b834-4568-b6fb-4e9e636a7d0f-image.png" alt="365c09ba-b834-4568-b6fb-4e9e636a7d0f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">in text form:</p>
<pre><code>[2:26:53 PM] [semantic-release] [@semantic-release/gitlab] › ✖  An error occurred while uploading /builds/clients/dwp_frs/artefacts/viya.sas to the GitLab project uploads API:
HTTPError: Response code 413 (Request Entity Too Large)
    at Request.&lt;anonymous&gt; (/builds/clients/dwp_frs/node_modules/got/dist/source/as-promise/index.js:118:42)
    at runMicrotasks (&lt;anonymous&gt;)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  code: 'ERR_NON_2XX_3XX_RESPONSE',
  timings: {
    start: 1662647207472,
    socket: 1662647207474,
    lookup: 1662647207481,
    connect: 1662647207520,
    secureConnect: 1662647207559,
    upload: 1662647213057,
    response: 1662647213651,
    end: 1662647213651,
    error: undefined,
    abort: undefined,
    phases: {
      wait: 2,
      dns: 7,
      tcp: 39,
      tls: 39,
      request: 5498,
      firstByte: 594,
      download: 0,
      total: 6179
    }
  }
}
</code></pre>
<p dir="auto">We tried increasing the max artifacts size as described here, but the error persists, even after a restart:</p>
<p dir="auto"><img src="/assets/uploads/files/1662728179784-5fb02eb2-1425-4093-90e2-ace33470175f-image-resized.png" alt="5fb02eb2-1425-4093-90e2-ace33470175f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is there something we are missing?</p>
]]></description><link>https://forum.cloudron.io/topic/7647/gitlab-project-uploads-api-size-limit</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 07:21:55 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7647.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Sep 2022 12:56:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GitLab project uploads API Size Limit on Sat, 24 Sep 2022 09:59:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/allanbowe" aria-label="Profile: allanbowe">@<bdi>allanbowe</bdi></a> Please try with the latest package. For good measure, I added the <code>client_max_body_size</code> directive to the top level.</p>
]]></description><link>https://forum.cloudron.io/post/53778</link><guid isPermaLink="true">https://forum.cloudron.io/post/53778</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 24 Sep 2022 09:59:04 GMT</pubDate></item><item><title><![CDATA[Reply to GitLab project uploads API Size Limit on Fri, 23 Sep 2022 10:47:00 GMT]]></title><description><![CDATA[<p dir="auto">I double checked and <code>client_max_body_size</code> is set to 0 everywhere (meaning no limit in nginx side). Can you check the size of the artifact that you are trying to upload?</p>
]]></description><link>https://forum.cloudron.io/post/53759</link><guid isPermaLink="true">https://forum.cloudron.io/post/53759</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 23 Sep 2022 10:47:00 GMT</pubDate></item><item><title><![CDATA[Reply to GitLab project uploads API Size Limit on Fri, 23 Sep 2022 09:02:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/allanbowe" aria-label="Profile: allanbowe">@<bdi>allanbowe</bdi></a> Atleast, on nginx side, it allows uploads of all size. We use the upstream nginx config file <a href="https://github.com/gitlabhq/gitlabhq/blob/master/lib/support/nginx/gitlab#L88" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/gitlabhq/gitlabhq/blob/master/lib/support/nginx/gitlab#L88</a> which has <code>client_max_body_size 0</code>.</p>
]]></description><link>https://forum.cloudron.io/post/53755</link><guid isPermaLink="true">https://forum.cloudron.io/post/53755</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 23 Sep 2022 09:02:57 GMT</pubDate></item><item><title><![CDATA[Reply to GitLab project uploads API Size Limit on Fri, 09 Sep 2022 21:33:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/allanbowe" aria-label="Profile: allanbowe">@<bdi>allanbowe</bdi></a> that would be the package version which <a class="plugin-mentions-group plugin-mentions-a" href="/groups/staff" aria-label="Profile: staff">@<bdi>staff</bdi></a> would have to modify.</p>
<p dir="auto">There is also the Nginx reverse proxy for the app in the host OS.</p>
]]></description><link>https://forum.cloudron.io/post/53224</link><guid isPermaLink="true">https://forum.cloudron.io/post/53224</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 09 Sep 2022 21:33:52 GMT</pubDate></item><item><title><![CDATA[Reply to GitLab project uploads API Size Limit on Fri, 09 Sep 2022 21:10:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> yes - it appears that way - I tried to modify the nginx.conf but it's read only from the cloudron shell</p>
]]></description><link>https://forum.cloudron.io/post/53223</link><guid isPermaLink="true">https://forum.cloudron.io/post/53223</guid><dc:creator><![CDATA[allanbowe]]></dc:creator><pubDate>Fri, 09 Sep 2022 21:10:34 GMT</pubDate></item><item><title><![CDATA[Reply to GitLab project uploads API Size Limit on Fri, 09 Sep 2022 16:51:14 GMT]]></title><description><![CDATA[<p dir="auto">perhaps this error response is from nginx?</p>
]]></description><link>https://forum.cloudron.io/post/53212</link><guid isPermaLink="true">https://forum.cloudron.io/post/53212</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 09 Sep 2022 16:51:14 GMT</pubDate></item></channel></rss>