413 Request Entity too Large on Client Sync

Hi all!

I’ve searched Reddit, this forum, etc and none of the mentioned resolutions have worked for me :frowning:

My PHP upload size, etc has been increased but I still get the same issue, after restarting apache, a system reboot, etc - Has anybody got any ideas on how to resolve this?

Thanks!
Kian

Are you:

  • using Cloudflare? (if so, the free/pro levels of CF limit the request body size to <=100 MiB so you’ll need to adjust the client’s chunk size settings: https://docs.nextcloud.com – or turn off CF)
  • using Apache? (if so, you may have to adjust the LimitRequestBody, at least if you installed from scratch; it’s unnecessary in most of the Docker/Snap/etc images)

Hi!
It seems upping my client chunk size worked - Never had this issue before so tysm!!

Kian

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.