Skip to content

Nextcloud Client not Chunking (uploads over 100 MB fail) #4271

Closed

Description

Expected behaviour

The Nextcloud Client should chunk large files to 10MB so that large files can be uploaded even when the max upload size is smaller than the file size.

Actual behaviour

When placing files larger than 100 MB into a synced folder, I am hitting cloudflare's 100 MB upload limit, even though I expected the nextcloud client to chunk requests to 10 MB in size per request. Cloudflare allows for uploads up to 100 MB per request. This issue has only happened over the past month or two.

Steps to reproduce

  1. Setup a nextcloud server with a domain in Cloudflare's network. Set the DNS record to proxy through Cloudflare
  2. Setup the nextcloud client and connect to the server
  3. Try to upload a file larger than 100 MB, and the upload will fail due to hitting the upload limit.

Client configuration

Client version: 3.4.1

Operating system: Windows 11 22000.493

OS language: Englush (US)

Installation path of client: C:\Program Files\Nextcloud

Server configuration

Nextcloud version: 22.2.3

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

  1. Client logfile:
    The file I tried to upload is: mt_20220203.tar.gz
    https://gist.github.com/metheis/d5e59e705f501438af82cf9ebfe2f7b1

  2. Web server error log:

  3. Server logfile: nextcloud log (data/nextcloud.log):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions