I think I have a common issue with Nextcloud, but every online resource found so far is not working with my issue.
I’am currently running Nextcloud AIO Hub 9 (30.0.4) installed with docker and using caddy and Tailscale as reverse proxy, as shown in this guide.
https://github.com/nextcloud/all-in-one/discussions/5439
where I used the same compose.yml as in the guide, just changing the necessary fields.
Nextcloud Server version:
- Nextcloud Hub 9 (30.0.4)
Operating system and version: - Ubuntu 24.04.1 LTS
Whenever I try to upload a large number of file or a big file, the upload process takes forever (while I have 100 Mb/s at least). But this is not the biggest problem, if I try to upload a large file/files then the upload fails and the logs shows:
[no app in context] Error: Expected filesize of 10485760 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 1245184 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.
PUT /remote.php/dav/uploads/admin/web-file-upload-b730e2cb6ab0e1bd/25
from 127.0.0.1 by admin at Jan 17, 2025, 1:13:31 PM
Any help? Thank you