Upload difficulties on some large files - Nextcloud and Traefik

Nextcloud version: 30.0.1 Nextcloud Hub 9
Operating system and version : 24.04.1 LTS (Noble Numbat)
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.58 (Ubuntu)
PHP version (eg, 8.3): PHP 8.3.6 (cli)

The issue you are facing:
I am very sorry to put again this type of error on the table, but i spent many weeks trying to solve my issue… looking for all threads on different forums, but i am completely lost and need some help… :sleepy:

My issue is related to (i think) large files upload but not sure. Setup is:

  • NC30 (or 29 before), installed on a LAMP VM running on proxmox.
  • Database is on a separate host on proxmox and communication is OK.
  • Redis is well configured, Memcache, etc.
  • NC is behind a TraefikV3 reverse proxy (on a separate host also on proxmox): secureHeaders are configured (do not know if redirection for cal|carddav is really working though :thinking:):
http:
  middlewares:
    nextcloud-middlewares-secure-headers:
      headers:
        accessControlMaxAge: 100
        sslRedirect: true
        stsSeconds: 15552000
        stsIncludeSubdomains: true
        stsPreload: true
        forceSTSHeader: true
        customFrameOptionsValue: "SAMEORIGIN"
        contentTypeNosniff: true
        browserXssFilter: true
        referrerPolicy: "no-referrer"
        featurePolicy: "camera 'none'; geolocation 'none'; microphone 'none'; payment 'none'; usb 'none'; vr 'none';"
        customResponseHeaders:
          X-Robots-Tag: "noindex,nofollow"
          server: ""

    nextcloud-redirect:
      redirectRegex:
        permanent: true
        regex: "^/.well-known/(cal|card)dav"
        replacement: "/remote.php/dav/"
  • PHP/Apache2 are configured with all recommended settings (no memory_limit, upload_max_filesize etc. increased).

THE ISSUE : users cannot transfer large files, or > 100MB files, and have an error either via webinterface or via the app desktop or android/iOS app.
See logs example after.

Is this the first time you’ve seen this error?
No (in my mind, error was here since v29, but i did not have time to resolve it).

Steps to replicate it:

  1. Install nextcloud (zip) on a LAMP ubuntu 24.04 server (no docker…)
  2. Configure mysql database (located on a separate host)
  3. Configure /data folder, using NFS mount, which is located also on a separate host (nas)

The output of your Nextcloud log in Admin > Logging:
For example with tests on upload a file:

Expected filesize of X bytes but read (from Nextcloud client) and wrote (to Nextcloud storage).

/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php
Ligne 110
OCA\DAV\Connector\Sabre\File->put()
/var/www/nextcloud/apps/dav/lib/Upload/UploadFolder.php
Ligne 34
OCA\DAV\Connector\Sabre\Directory->createFile(
  "*** sensitive parameters replaced ***"
)
/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php
Ligne 1098
OCA\DAV\Upload\UploadFolder->createFile(
  "*** sensitive parameters replaced ***"
)
/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php
Ligne 504
Sabre\DAV\Server->createFile(
  "*** sensitive parameters replaced ***"
)
/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php
Ligne 89
Sabre\DAV\CorePlugin->httpPut()
/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php
Ligne 472
Sabre\DAV\Server->emit()
/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php
Ligne 43
Sabre\DAV\Server->invokeMethod()
/var/www/nextcloud/apps/dav/lib/Server.php
Ligne 370
OCA\DAV\Connector\Sabre\Server->start()
/var/www/nextcloud/apps/dav/appinfo/v2/remote.php
Ligne 19
OCA\DAV\Server->exec()
/var/www/nextcloud/remote.php
Ligne 146
undefinedundefinedrequire_once(
  "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"
)

I tried of course increasing chunk_size on my desktop app, still not OK !
And i do not see myself asking full beginner to modify their client configuration.

Another thing that could be helpful is that on the overall view of Paramaters, i still get this warning message :

Certain headers of your instance are not configured correctly. - The HTTP header Strict-Transport-Security is not defined (should be at least 15552000 seconds). For enhanced security, it is recommended to enable HSTS.

→ Whereas it is configured correctly, and headers seem correct (see in Browser Network tab)!

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

<?php
$CONFIG = array (
  'passwordsalt' => REDACTED,
  'secret' => REDACTED,
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => REDACTED,
  ),
  'datadirectory' => '/mnt/data',
  'dbtype' => 'mysql',
  'version' => '30.0.1.2',
  'overwrite.cli.url' => REDACTED,
  'dbname' => REDACTED,
  'dbhost' => REDACTED,
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => REDACTED,
  'dbpassword' => REDACTED,
  'installed' => true,
  'instanceid' => 'ochej6gnkzeo',
  'htaccess.RewriteBase' => '/',
  'default_phone_region' => REDACTED,
  'updater.release.channel' => 'stable',
  'debug' => false,
  'overwriteprotocol' => 'https',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'localhost',
    'port' => 6379,
    'timeout' => 1.5,
  ),
  'appstoreenabled' => true,
  'appsallowlist' => false,
  'appcodechecker' => true,
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'logtimezone' => REDACTED,
  'log_rotate_size' => 104857600,
  'enable_previews' => true,
  'preview_concurrency_new' => 4,
  'preview_concurrency_all' => 8,
  'preview_max_memory' => 1024,
  'preview_max_x' => 1024,
  'preview_max_y' => 768,
  'preview_max_scale_factor' => 1,
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\PNG',
    1 => 'OC\\Preview\\JPEG',
    2 => 'OC\\Preview\\GIF',
    3 => 'OC\\Preview\\BMP',
    4 => 'OC\\Preview\\XBitmap',
    5 => 'OC\\Preview\\Movie',
    6 => 'OC\\Preview\\PDF',
    7 => 'OC\\Preview\\MP3',
    8 => 'OC\\Preview\\TXT',
    9 => 'OC\\Preview\\MarkDown',
  ),
  'activity_expire_days' => 14,
  'auth.bruteforce.protection.enabled' => true,
  'forbidden_filenames' => 
  array (
    0 => '.htaccess',
    1 => 'Thumbs.db',
    2 => 'thumbs.db',
    3 => 'desktop.ini',
  ),
  'cron_log' => true,
  'filesystem_check_changes' => 0,
  'filelocking.enabled' => 'true',
  'integrity.check.disabled' => false,
  'knowledgebaseenabled' => false,
  'quota_include_external_storage' => true,
  'skeletondirectory' => '',
  'trashbin_retention_obligation' => 'auto, 14',
  'maintenance_window_start' => 1,
  'trusted_proxies' => 
  array (
    0 => REDACTED,
  ),
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => REDACTED,
  'mail_domain' => REDACTED,
  'mail_smtpport' => REDACTED,
  'mail_smtphost' => REDACTED,
  'mail_smtpstreamoptions' => 
  array (
    'ssl' => 
    array (
      'allow_self_signed' => true,
      'verify_peer' => false,
      'verify_peer_name' => false,
    ),
  ),
  'app_install_overwrite' => 
  array (
    0 => 'workspace',
    1 => 'groupfolders',
    2 => 'files_mindmap',
    3 => 'news',
    4 => 'externalportal',
  ),
  'defaultapp' => '',
  'maintenance' => false,
  'mail_smtptimeout' => 30,
  'mail_smtpdebug' => false,
  'theme' => '',
  'loglevel' => 2,
  'default_language' => REDACTED,
  'force_language' => REDACTED,
  'default_locale' => REDACTED,
  'check_for_working_htaccess' => true,
  'mail_smtpauth' => 1,
  'mail_smtpname' => REDACTED,
  'mail_smtppassword' => REDACTED,
  'session_lifetime' => '60 * 60 * 24',
  'tempdirectory' => '/var/www/nextcloud/data/tmp',
);

The output of your Apache/nginx/system log in /var/log/____:

If really needed, i can provide!

Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

can provide but not publicly!

Can somebody help please?

Just an addition, with apache2 logs:

...
[Sun Oct 20 19:36:46.159701 2024] [proxy_fcgi:error] [pid 874:tid 135180670994112] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:57058] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 19:40:39.547625 2024] [proxy_fcgi:error] [pid 875:tid 135180650022592] [client TRAEFIK_IP:51584] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:40:40.531674 2024] [proxy_fcgi:error] [pid 875:tid 135181021218496] [client TRAEFIK_IP:51598] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:40:40.691484 2024] [proxy_fcgi:error] [pid 875:tid 135181365151424] [client TRAEFIK_IP:51600] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:40:42.211259 2024] [proxy_fcgi:error] [pid 875:tid 135180660508352] [client TRAEFIK_IP:51612] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122', referer: https://next.netlibre.cloud/index.php/apps/files/preview-service-worker.js
[Sun Oct 20 19:40:44.538900 2024] [proxy_fcgi:error] [pid 875:tid 135181243516608] [client TRAEFIK_IP:47796] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Typed static property OC::$server must not be accessed before initialization in /var/www/nextcloud/remote.php:28\nStack trace:\n#0 /var/www/nextcloud/remote.php(150)>
[Sun Oct 20 19:40:55.542409 2024] [proxy_fcgi:error] [pid 875:tid 135181233030848] [client TRAEFIK_IP:55164] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:41:10.566591 2024] [proxy_fcgi:error] [pid 875:tid 135180840863424] [client TRAEFIK_IP:41114] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:41:10.579580 2024] [proxy_fcgi:error] [pid 875:tid 135180819891904] [client TRAEFIK_IP:41118] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:41:14.553061 2024] [proxy_fcgi:error] [pid 874:tid 135181031704256] [client TRAEFIK_IP:48468] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Typed static property OC::$server must not be accessed before initialization in /var/www/nextcloud/remote.php:28\nStack trace:\n#0 /var/www/nextcloud/remote.php(150)>
[Sun Oct 20 19:41:14.553090 2024] [proxy_fcgi:error] [pid 874:tid 135181021218496] [client TRAEFIK_IP:48474] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:41:14.553092 2024] [proxy_fcgi:error] [pid 874:tid 135180639536832] [client TRAEFIK_IP:48490] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:41:14.620879 2024] [proxy_fcgi:error] [pid 875:tid 135181222545088] [client TRAEFIK_IP:48522] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Typed static property OC::$server must not be accessed before initialization in /var/www/nextcloud/remote.php:28\nStack trace:\n#0 /var/www/nextcloud/remote.php(150)>
[Sun Oct 20 19:41:14.621091 2024] [proxy_fcgi:error] [pid 875:tid 135180872320704] [client TRAEFIK_IP:48506] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Typed static property OC::$server must not be accessed before initialization in /var/www/nextcloud/remote.php:28\nStack trace:\n#0 /var/www/nextcloud/remote.php(150)>
[Sun Oct 20 19:41:14.621153 2024] [proxy_fcgi:error] [pid 874:tid 135181243516608] [client TRAEFIK_IP:48496] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Typed static property OC::$server must not be accessed before initialization in /var/www/nextcloud/remote.php:28\nStack trace:\n#0 /var/www/nextcloud/remote.php(150)>
[Sun Oct 20 19:41:26.579336 2024] [proxy_fcgi:error] [pid 875:tid 135181063161536] [client TRAEFIK_IP:51388] AH01071: Got error 'PHP message: PHP Fatal error:  Uncaught Error: Typed static property OC::$server must not be accessed before initialization in /var/www/nextcloud/remote.php:28\nStack trace:\n#0 /var/www/nextcloud/remote.php(150)>
[Sun Oct 20 19:42:03.558044 2024] [proxy_fcgi:error] [pid 875:tid 135181052675776] [client TRAEFIK_IP:53184] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:42:03.569398 2024] [proxy_fcgi:error] [pid 875:tid 135180861834944] [client TRAEFIK_IP:53200] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:42:10.561481 2024] [proxy_fcgi:error] [pid 875:tid 135180830377664] [client TRAEFIK_IP:53204] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:42:12.839238 2024] [proxy_fcgi:error] [pid 875:tid 135180629051072] [client TRAEFIK_IP:56326] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:42:14.867332 2024] [proxy_fcgi:error] [pid 875:tid 135180670994112] [client TRAEFIK_IP:56338] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:42:16.444102 2024] [proxy_fcgi:error] [pid 875:tid 135181254002368] [client TRAEFIK_IP:56352] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122', referer: https://next.netlibre.cloud/index.php/apps/files/preview-service-worker.js
[Sun Oct 20 19:42:28.539492 2024] [proxy_fcgi:error] [pid 875:tid 135181042190016] [client TRAEFIK_IP:56360] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:43:03.606341 2024] [proxy_fcgi:error] [pid 875:tid 135181354665664] [client TRAEFIK_IP:47374] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
...
[Sun Oct 20 19:44:10.653552 2024] [proxy_fcgi:error] [pid 875:tid 135181073647296] [client TRAEFIK_IP:52912] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 19:44:32.539038 2024] [proxy_fcgi:error] [pid 875:tid 135180650022592] [client TRAEFIK_IP:43310] AH01071: Got error 'PHP message: PHP Parse error:  syntax error, unexpected token "var" in /var/www/nextcloud/config/config.php on line 122'
[Sun Oct 20 20:01:15.454577 2024] [proxy_fcgi:error] [pid 874:tid 135180819891904] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:51826] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:08:35.620791 2024] [proxy_fcgi:error] [pid 875:tid 135181073647296] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:57634] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:09:36.266682 2024] [proxy_fcgi:error] [pid 874:tid 135181021218496] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:40196] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:09:42.362188 2024] [proxy_fcgi:error] [pid 874:tid 135181063161536] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:40230] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:11:56.975432 2024] [proxy_fcgi:error] [pid 875:tid 135181264488128] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:57426] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:13:16.767387 2024] [proxy_fcgi:error] [pid 874:tid 135181365151424] [client TRAEFIK_IP:35988] AH01067: Failed to read FastCGI header
[Sun Oct 20 20:13:16.774975 2024] [proxy_fcgi:error] [pid 874:tid 135181365151424] (104)Connection reset by peer: [client TRAEFIK_IP:35988] AH01075: Error dispatching request to :
[Sun Oct 20 20:13:47.966631 2024] [proxy:error] [pid 880:tid 124263713474240] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*:80) failed
[Sun Oct 20 20:13:47.969216 2024] [proxy_fcgi:error] [pid 880:tid 124263713474240] [client TRAEFIK_IP:44988] AH01079: failed to make connection to backend: httpd-UDS, referer: https://next.netlibre.cloud/index.php/apps/files/preview-service-worker.js
[Sun Oct 20 20:29:50.508319 2024] [proxy_fcgi:error] [pid 879:tid 133309128509120] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:49508] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:31:24.115002 2024] [proxy_fcgi:error] [pid 879:tid 133309287892672] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:35794] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:34:33.399869 2024] [proxy_fcgi:error] [pid 879:tid 133309287892672] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:46128] AH01075: Error dispatching request to : (reading input brigade)
[Sun Oct 20 20:38:08.156644 2024] [proxy_fcgi:error] [pid 878:tid 133309499705024] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:49222] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 15:11:43.644167 2024] [proxy_fcgi:error] [pid 3547:tid 133309308864192] (70007)The timeout specified has expired: [client TRAEFIK_IP:40946] AH01075: Error dispatching request to : (polling)
[Mon Oct 21 15:43:34.876361 2024] [proxy_fcgi:error] [pid 3547:tid 133309107537600] (70007)The timeout specified has expired: [client TRAEFIK_IP:35548] AH01075: Error dispatching request to : (polling)
[Mon Oct 21 15:55:05.966559 2024] [proxy_fcgi:error] [pid 3546:tid 133309195617984] (70007)The timeout specified has expired: [client TRAEFIK_IP:52076] AH01075: Error dispatching request to : (polling)
[Mon Oct 21 16:04:22.661009 2024] [proxy_fcgi:error] [pid 3546:tid 133309654894272] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:39642] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 16:11:18.278627 2024] [proxy_fcgi:error] [pid 3547:tid 133309623436992] (70007)The timeout specified has expired: [client TRAEFIK_IP:35248] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 16:11:43.170340 2024] [proxy_fcgi:error] [pid 3547:tid 133309489219264] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:49090] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 16:13:51.072382 2024] [proxy_fcgi:error] [pid 3547:tid 133309510190784] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:53024] AH01075: Error dispatching request to : (reading input brigade)
...
[Mon Oct 21 17:46:09.002777 2024] [proxy_fcgi:error] [pid 3546:tid 133309153674944] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:59768] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 17:47:32.130090 2024] [proxy_fcgi:error] [pid 3546:tid 133309340321472] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:36150] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 17:58:06.084847 2024] [proxy_fcgi:error] [pid 3546:tid 133309541648064] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:33648] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 19:34:16.298967 2024] [proxy:error] [pid 845:tid 137197372049088] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*:80) failed
[Mon Oct 21 19:34:16.301712 2024] [proxy_fcgi:error] [pid 845:tid 137197372049088] [client TRAEFIK_IP:41246] AH01079: failed to make connection to backend: httpd-UDS
[Mon Oct 21 20:07:21.554346 2024] [proxy_fcgi:error] [pid 845:tid 137197292357312] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:38370] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 20:08:25.080177 2024] [proxy_fcgi:error] [pid 845:tid 137197105710784] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:44418] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 20:09:34.665220 2024] [proxy_fcgi:error] [pid 845:tid 137197250414272] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:42422] AH01075: Error dispatching request to : (reading input brigade)
...
[Mon Oct 21 20:28:28.678531 2024] [proxy_fcgi:error] [pid 844:tid 137197292357312] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:52798] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 20:29:47.637085 2024] [proxy_fcgi:error] [pid 844:tid 137196956812992] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:44200] AH01075: Error dispatching request to : (reading input brigade)
[Mon Oct 21 22:37:03.745086 2024] [proxy_fcgi:error] [pid 845:tid 137196745000640] (70008)Partial results are valid but processing is incomplete: [client TRAEFIK_IP:55526] AH01075: Error dispatching request to : (reading input brigade)
[Tue Oct 22 11:24:36.139050 2024] [proxy:error] [pid 880:tid 128476317222592] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*:80) failed
[Tue Oct 22 11:24:36.143901 2024] [proxy_fcgi:error] [pid 880:tid 128476317222592] [client TRAEFIK_IP:48992] AH01079: failed to make connection to backend: httpd-UDS
[Tue Oct 22 11:24:36.139489 2024] [proxy:error] [pid 881:tid 128476306736832] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*:80) failed
[Tue Oct 22 11:24:36.144083 2024] [proxy_fcgi:error] [pid 881:tid 128476306736832] [client TRAEFIK_IP:49008] AH01079: failed to make connection to backend: httpd-UDS
[Tue Oct 22 11:24:36.139584 2024] [proxy:error] [pid 881:tid 128476317222592] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*:80) failed
[Tue Oct 22 11:24:36.144131 2024] [proxy_fcgi:error] [pid 881:tid 128476317222592] [client TRAEFIK_IP:48984] AH01079: failed to make connection to backend: httpd-UDS

Plenty of errors have occured
Is this normal ?

the problem is not generic, in my instance with traefik3 I tested files upload up to 2-3GB. Please review Uploading big files > 512MB — Nextcloud latest Administration Manual latest documentation and topics tagged with uploading_big_files

In general if it was a chunk sizing problem, decreasing the maximum chunk size is what’s required.

This config value is bogus (it should not be wrapped in quotes):


  'session_lifetime' => '60 * 60 * 24',

To troubleshoot your posted situation I would attempt to eliminate some variables layer by layer - e.g.bypass proxy, etc.

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