Big files should upload when server supports http2.
Upload fails with "server replied: (Chunks on server do not sum up to X but to Y bytes)". See this bug report against the owncloud client. The problem is apparently caused by a bug in QT, so I would appreciate if you could release a version that disables http2 until this is fixed (patch from owncloud).
Client version: 2.5.2git
Operating system: Ubuntu cosmic
OS language: en_US
Qt version used by client package (Linux only, see also Settings dialog): 5.11.3
Client package (From Nextcloud or distro) (Linux only): Nextcloud
Installation path of client: /usr/bin/nextcloud
Disabling http2 by using
~
Protocols http/1.1
~
in the appropriate vhost is a workaround, for anyone also experiencing this.
@tribut thanks for the workaround, it worked for me. would be good if there were no workaround necessary.
I was using nginx with http2 as a proxy to my nextcloud instance running through apache. with http2 disabled I can do large file uploads again.
Here is one of my log entries:
Sabre\DAV\Exception\BadRequest: Chunks on server do not sum up to 2323723705 but to 2370164385 bytes
Most helpful comment
Disabling http2 by using
~Protocols http/1.1
~
in the appropriate vhost is a workaround, for anyone also experiencing this.