Issues when upload files

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 18.0.2):
Operating system and version (eg, Ubuntu 20.04): Ubuntu 20.04
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.41 (Ubuntu)
PHP version (eg, 7.1): PHP 7.4.3

The issue you are facing: Stream from assembly node shorter than expected, got 5672960 bytes, expected 10485760.
I have installed on my RaspberryPi 4 Ubuntu 20.04 (64bit) and NextCloud (the last version).
I have issue when I try to upload big file as film.
I have installed nextcloud to create my personal cloud service.

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Upload big file

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'ocdw26lonri6',
  'passwordsalt' => 'P/vOTCDvt/IBMHGQd+eXRAmPs6UNYZ',
  'secret' => 'rd2oWvaJFOUhw36gXboJjErzWxbmpEWNfnve4C/2kyr7zcn6',
  'trusted_domains' =>
  array (
    0 => 'nc.domain.tk:5000',
  ),
  'datadirectory' => '/mnt/hdd/nc_data',
  'dbtype' => 'mysql',
  'version' => '19.0.1.1',
  'overwrite.cli.url' => 'http://nc.domain.tk:5000',
  'dbname' => 'nextclouddb',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'ncuser',
  'dbpassword' => '********',
  'installed' => true,
  'mail_from_address' => 'mymail',
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_domain' => 'gmail.com',
  'mail_smtpauthtype' => 'PLAIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'smtp.gmail.com',
  'mail_smtpport' => '587',
  'mail_smtpname' => 'mymail',
  'mail_smtppassword' => '*********',
  'mail_smtpsecure' => 'tls',
);

How can I solve it? Thanks!
Federico

Please read and compare.

https://docs.nextcloud.com//server/latest/admin_manual/configuration_files/big_file_upload_configuration.html