Entity too large, even client_size is 500M (request is 25 bytes)

hey,

I am trying to setup semantic-release with a golang project.
The artifact i build is 53MB big.
Looking at gitlab_access.log i see this.

10.11.12.13 - - [03/Feb/2023:11:11:06 +0000] "POST /api/v4/projects/operations%2Fctl/uploads HTTP/1.1" 413 25 "" "got (https://github.com/sindresorhus/got)" -

The log from CI is:

HTTPError: Response code 413 (Request Entity Too Large)
    at Request.<anonymous> (/usr/local/lib/node_modules/@semantic-release/gitlab/node_modules/got/dist/source/as-promise/index.js:118:42)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  code: 'ERR_NON_2XX_3XX_RESPONSE',
  timings: {
    start: 1675422666574,
    socket: 1675422666575,
    lookup: 1675422666576,
    connect: 1675422666576,
    secureConnect: 1675422666577,
    upload: 1675422666726,
    response: 1675422666843,
    end: 1675422666843,
    error: undefined,
    abort: undefined,
    phases: {
      wait: 1,
      dns: 1,
      tcp: 0,
      tls: 1,
      request: 149,
      firstByte: 117,
      download: 0,
      total: 269
    }
  }
}

I have no idea why this just fails.

found the solution, Account and limit had a limit of Maximum attachment size which was low… that solved it.