Support intro
Sorry to hear you’re facing problems
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
Nextcloud version (eg, 29.0.5): 29.0.7-30.0.0
Operating system and version (eg, Ubuntu 24.04): 22.0.4
Apache or nginx version (eg, Apache 2.4.25): 2.4.52
PHP version (eg, 8.3): 8.1.29
The issue you are facing:
- Desktop app client not able to upload any file bigger than 9.5mb
- Web interface work fine
- Been tried to digging up anything on the internet but not thing seem to match and solve the issue
- The set up is 1 Main account share 1 folder to 10 different sub account, The data here are around TB
- The issue are occur happen on the 10 sub account, The main account are not affect
- Create a new Account with a new folder not solve the issue but if connected direct with IP without URL (Cloudflare) solve the issue
- Share the folder above to any other account will result in false upload anyways so it work around but not fix the issue
- Upload any type of file less than 9.5mb are working fine anything above that size will fail
We have beeen using Nextcloud since the project start and even before with Owncloud
We’ve complete refresh the system around 4 years ago and running it until today
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- Upgrade form 29.0.5 to 29.0.7
The output of your Nextcloud log in Admin > Logging:
none
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => 'sensitive',
'secret' => 'sensitive',
'trusted_domains' =>
array (
0 => 'sensitive',
1 => 'sensitive',
),
'datadirectory' => '/var/www/nextcloud/data',
'tempdirectory' => '/mnt/nctemp', # newly added here
'trashbin_retention_obligation' => 'auto, 90',
'filelocking.enabled' => false,
'dbtype' => 'mysql',
'version' => '29.0.7.1',
'overwrite.cli.url' => 'sensitive',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'sensitive',
'dbpassword' => 'sensitive',
'skeletondirectory' => '',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/run/redis/redis-server.sock',
'port' => 0,
'dbindex' => 0,
'password' => '',
'timeout' => 1.5,
),
'objectstore' =>
array (
'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' =>
array (
'bucket' => 'sensitive',
'autocreate' => true,
'key' => 'sensitive',
'secret' => 'sensitive',
'hostname' => 'ams3.digitaloceanspaces.com',
'use_ssl' => true,
'region' => 'ams3',
'use_path_style' => true,
),
),
'theme' => '',
'loglevel' => 2,
'log_type' => 'errorlog',
'logfile' => '/var/www/nextcloud/data/nextcloud.log',
'logdateformat' => 'F d, Y H:i:s',
'log_rotate_size' => 104857600,
'logtimezone' => 'sensitive',
'maintenance' => false,
'maintenance_window_start' => 1,
'mysql.utf8mb4' => true,
'updater.release.channel' => 'stable',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'support',
'mail_domain' => 'sensitive',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => 'sensitive',
'mail_smtpport' => '465',
'mail_smtpname' => 'sensitive',
'mail_smtppassword' => 'sensitive',
'encryption.legacy_format_support' => false,
'encryption.key_storage_migrated' => false,
'default_phone_region' => 'sensitive',
'twofactor_enforced' => 'true',
'twofactor_enforced_groups' =>
array (
),
'twofactor_enforced_excluded_groups' =>
array (
0 => 'sensitive',
1 => 'sensitive',
2 => 'sensitive',
3 => 'sensitive',
),
'data-fingerprint' => 'sensitive',
'enable_previews' => true,
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Imaginary',
),
'preview_imaginary_url' => 'sensitive',
'mail_smtpsecure' => 'ssl',
'tempdirectory' => '/tmp/nextcloudtemp',
);
The output of your Apache/nginx/system log in /var/log/____
:
None
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.
[nextcloud][PHP][3] {"reqId":"3mF86sqe3oVkxRP4JCaJ","level":3,"time":"September 26, 2024 16:42:10","remoteAddr":"sensitive","user":"sensitive","app":"PHP","method":"GET","url":"/remote.php/dav/avatars/sensitive/128.png","message":"fopen(https://ams3.digitaloceanspaces.com/sensitive/urn%3Aoid%3A11640837): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found\\r\\n at /var/www/nextcloud/lib/private/Files/ObjectStore/S3ObjectTrait.php#72","userAgent":"Mozilla/5.0 (Windows) mirall/3.13.4stable-Win64 (build 20240912) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"30.0.0.14","data":{"app":"PHP"}}
[nextcloud][PHP][3] {"reqId":"3mF86sqe3oVkxRP4JCaJ","level":3,"time":"September 26, 2024 16:42:10","remoteAddr":"sensitive","user":"sensitive","app":"PHP","method":"GET","url":"/remote.php/dav/avatars/sensitive/128.png","message":"fopen(httpseek://): Failed to open stream: "OC\\\\Files\\\\Stream\\\\SeekableHttpStream::stream_open" call failed at /var/www/nextcloud/lib/private/Files/Stream/SeekableHttpStream.php#49","userAgent":"Mozilla/5.0 (Windows) mirall/3.13.4stable-Win64 (build 20240912) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"30.0.0.14","data":{"app":"PHP"}}
[nextcloud][objectstore][3] {"reqId":"3mF86sqe3oVkxRP4JCaJ","level":3,"time":"September 26, 2024 16:42:10","remoteAddr":"sensitive","user":"sensitive","app":"objectstore","method":"GET","url":"/remote.php/dav/avatars/sensitive/128.png","message":"{\\"Exception\\":\\"Exception\\",\\"Message\\":\\"Failed to read object urn:oid:11640837\\",\\"Code\\":0,\\"Trace\\":[{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/ObjectStore/ObjectStoreStorage.php\\",\\"line\\":308,\\"function\\":\\"readObject\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\ObjectStore\\\\\\\\S3\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/Storage/Common.php\\",\\"line\\":163,\\"function\\":\\"fopen\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\ObjectStore\\\\\\\\ObjectStoreStorage\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/View.php\\",\\"line\\":1136,\\"function\\":\\"file_get_contents\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\Storage\\\\\\\\Common\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/View.php\\",\\"line\\":545,\\"function\\":\\"basicOperation\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\View\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/Node/File.php\\",\\"line\\":33,\\"function\\":\\"file_get_contents\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\View\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php\\",\\"line\\":55,\\"function\\":\\"getContent\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\Node\\\\\\\\File\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Avatar/Avatar.php\\",\\"line\\":72,\\"function\\":\\"getContent\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\SimpleFS\\\\\\\\SimpleFile\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/apps/dav/lib/Avatars/AvatarNode.php\\",\\"line\\":43,\\"function\\":\\"get\\",\\"class\\":\\"OC\\\\\\\\Avatar\\\\\\\\Avatar\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php\\",\\"line\\":85,\\"function\\":\\"get\\",\\"class\\":\\"OCA\\\\\\\\DAV\\\\\\\\Avatars\\\\\\\\AvatarNode\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php\\",\\"line\\":89,\\"function\\":\\"httpGet\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\CorePlugin\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\\",\\"line\\":472,\\"function\\":\\"emit\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\\",\\"line\\":253,\\"function\\":\\"invokeMethod\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/apps/dav/lib/Server.php\\",\\"line\\":370,\\"function\\":\\"start\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php\\",\\"line\\":19,\\"function\\":\\"exec\\",\\"class\\":\\"OCA\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/remote.php\\",\\"line\\":146,\\"args\\":[\\"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php\\"],\\"function\\":\\"require_once\\"}],\\"File\\":\\"/var/www/nextcloud/lib/private/Files/ObjectStore/S3ObjectTrait.php\\",\\"Line\\":75,\\"message\\":\\"Could not get object urn:oid:11640837 for file appdata_oc4ux9048f90/avatar/sensitive/avatar.128.png\\",\\"exception\\":{},\\"CustomMessage\\":\\"Could not get object urn:oid:11640837 for file appdata_oc4ux9048f90/avatar/sensitive/avatar.128.png\\"}","userAgent":"Mozilla/5.0 (Windows) mirall/3.13.4stable-Win64 (build 20240912) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"30.0.0.14"}
[nextcloud][webdav][3] {"reqId":"3mF86sqe3oVkxRP4JCaJ","level":3,"time":"September 26, 2024 16:42:10","remoteAddr":"sensitive","user":"sensitive","app":"webdav","method":"GET","url":"/remote.php/dav/avatars/sensitive/128.png","message":"{\\"Exception\\":\\"OCP\\\\\\\\Files\\\\\\\\GenericFileException\\",\\"Message\\":\\"\\",\\"Code\\":0,\\"Trace\\":[{\\"file\\":\\"/var/www/nextcloud/lib/private/Files/SimpleFS/SimpleFile.php\\",\\"line\\":55,\\"function\\":\\"getContent\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\Node\\\\\\\\File\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/lib/private/Avatar/Avatar.php\\",\\"line\\":72,\\"function\\":\\"getContent\\",\\"class\\":\\"OC\\\\\\\\Files\\\\\\\\SimpleFS\\\\\\\\SimpleFile\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/apps/dav/lib/Avatars/AvatarNode.php\\",\\"line\\":43,\\"function\\":\\"get\\",\\"class\\":\\"OC\\\\\\\\Avatar\\\\\\\\Avatar\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php\\",\\"line\\":85,\\"function\\":\\"get\\",\\"class\\":\\"OCA\\\\\\\\DAV\\\\\\\\Avatars\\\\\\\\AvatarNode\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php\\",\\"line\\":89,\\"function\\":\\"httpGet\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\CorePlugin\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\\",\\"line\\":472,\\"function\\":\\"emit\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php\\",\\"line\\":253,\\"function\\":\\"invokeMethod\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/apps/dav/lib/Server.php\\",\\"line\\":370,\\"function\\":\\"start\\",\\"class\\":\\"Sabre\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php\\",\\"line\\":19,\\"function\\":\\"exec\\",\\"class\\":\\"OCA\\\\\\\\DAV\\\\\\\\Server\\",\\"type\\":\\"->\\"},{\\"file\\":\\"/var/www/nextcloud/remote.php\\",\\"line\\":146,\\"args\\":[\\"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php\\"],\\"function\\":\\"require_once\\"}],\\"File\\":\\"/var/www/nextcloud/lib/private/Files/Node/File.php\\",\\"Line\\":35,\\"message\\":\\"\\",\\"exception\\":{},\\"CustomMessage\\":\\"Exception thrown: OCP\\\\\\\\Files\\\\\\\\GenericFileException\\"}","userAgent":"Mozilla/5.0 (Windows) mirall/3.13.4stable-Win64 (build 20240912) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"30.0.0.14"}