Nextcloud version: 31.0.5
Talk Server version: LAST AIO
Custom Signaling server configured: Yes
Custom TURN server configured: Yes
Custom STUN server configured: Yes
In case the web version of Nextcloud Talk is involved:
Operating system: Windows
Browser name and version: Edge Version 137.0.3296.68
The issue you are facing:
Is this the first time you’ve seen this error? Yes
Summary of the issue you are facing:
After updating to version 31.0.5 and consequently updating from hub 9 to hub 10, it is not possible to upload files via talk (Chat). Uploading via the files area works.
Steps to replicate it:
- Use version 30.0.12;
- Update to version 31.0.5;
- Upload file via Talk;
Logs:
{"reqId":"1","level":0,"time":"2025-06-12T13:34:41+00:00","remoteAddr":"127.0.0.1","user":"vitor.martins","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/files/vitor.martins/Talk/teste.txt","message":"File with name /Talk/teste.txt could not be located","userAgent":"Mozilla/5.0 (Windows) Nextcloud-Talk v1.1.9","version":"31.0.5.1","exception":{"Exception":"Sabre\\DAV\\Exception\\NotFound","Message":"File with name /Talk/teste.txt could not be located","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Tree.php","line":95,"function":"getChild","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["teste.txt"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":971,"function":"getNodeForPath","class":"Sabre\\DAV\\Tree","type":"->","args":["files/vitor.martins/Talk/teste.txt"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1664,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files/vitor.martins/Talk/teste.txt",[],0]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1649,"function":"writeMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\Xml\\Writer","elementMap":[],"contextUri":"/remote.php/dav/","namespaceMap":{"DAV:":"d","http://sabredav.org/ns":"s","http://owncloud.org/ns":"oc","http://nextcloud.org/ns":"nc"},"classMap":[]},{"__class__":"Generator"},false]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":346,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Generator"},false]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:PROPFIND",[{"__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Server.php","line":49,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":400,"function":"start","class":"OCA\\DAV\\Connector\\Sabre\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":21,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":145,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","Line":194,"message":"File with name /Talk/teste.txt could not be located","exception":[],"CustomMessage":"File with name /Talk/teste.txt could not be located"},"id":"684ad7743e6e0"}
This then occurs, and the following log appears:
{"reqId":"2","level":3,"time":"2025-06-12T13:34:41+00:00","remoteAddr":"127.0.0.1","user":"vitor.martins","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/vitor.martins/Talk/teste.txt","message":"Declaration of Psr\\Log\\AbstractLogger::emergency($message, array $context = []) must be compatible with Psr\\Log\\LoggerInterface::emergency(Stringable|string $message, array $context = []): void at /var/www/html/custom_apps/integration_deepl/vendor/psr/log/Psr/Log/AbstractLogger.php#22","userAgent":"Mozilla/5.0 (Windows) Nextcloud-Talk v1.1.9","version":"31.0.5.1","data":{"app":"PHP"},"id":"684ad7743e6b6"}
My configuration file:
'one-click-instance' => true,
'one-click-instance.user-limit' => 100,
'memcache.local' => '\\OC\\Memcache\\APCu',
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'check_data_directory_permissions' => false,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'nextcloud-aio-redis',
'password' => '',
'port' => 6379,
),
'overwritehost' => 'nextcloudplay.playlistsoftware.com.br',
'overwriteprotocol' => 'https',
'default_phone_region' => 'US',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => '127.0.0.1',
1 => 'nextcloudplay.playlistsoftware.com.br',
2 => '192.168.0.123',
3 => '186.235.79.149',
),
'updatechecker' => false,
'datadirectory' => '/mnt/ncdata',
'dbtype' => 'pgsql',
'version' => '31.0.5.1',
'overwrite.cli.url' => 'https://nextcloudplay.playlistsoftware.com.br/',
'dbname' => 'nextcloud_database',
'dbhost' => 'nextcloud-aio-database:5432',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_nextcloud',
'dbpassword' => '',
'installed' => true,
'instanceid' => '',
'maintenance' => false,
'updatedirectory' => '/nc-updater',
'loglevel' => 0,
'debug' => false,
'log_type' => 'file',
'logfile' => '/var/www/html/data/nextcloud.log',
'log_rotate_size' => 10485760,
'log.condition' =>
array (
'apps' =>
array (
0 => 'admin_audit',
),
),
'preview_max_x' => 2048,
'preview_max_y' => 2048,
'jpeg_quality' => 60,
'enabledPreviewProviders' =>
array (
1 => 'OC\\Preview\\Image',
2 => 'OC\\Preview\\MarkDown',
3 => 'OC\\Preview\\MP3',
4 => 'OC\\Preview\\TXT',
5 => 'OC\\Preview\\OpenDocument',
6 => 'OC\\Preview\\Movie',
7 => 'OC\\Preview\\Krita',
0 => 'OC\\Preview\\Imaginary',
23 => 'OC\\Preview\\ImaginaryPDF',
),
'enable_previews' => true,
'upgrade.disable-web' => true,
'mail_smtpmode' => 'smtp',
'trashbin_retention_obligation' => 'auto, 30',
'versions_retention_obligation' => 'auto, 30',
'activity_expire_days' => 30,
'simpleSignUpLink.shown' => false,
'share_folder' => '/Shared',
'one-click-instance.link' => 'https://nextcloud.com/all-in-one/',
'upgrade.cli-upgrade-link' => 'https://github.com/nextcloud/all-in-one/discussions/2726',
'maintenance_window_start' => 100,
'allow_local_remote_servers' => true,
'davstorage.request_timeout' => 3600,
'htaccess.RewriteBase' => '/',
'dbpersistent' => false,
'auth.bruteforce.protection.enabled' => true,
'ratelimit.protection.enabled' => true,
'files_external_allow_create_new_local' => false,
'trusted_proxies' =>
array (
0 => '127.0.0.1',
1 => '::1',
2 => '192.168.0.123',
3 => '186.235.79.149',
10 => '172.18.0.0/16',
),
'preview_imaginary_url' => 'http://nextcloud-aio-imaginary:9000',
'preview_imaginary_key' => '',
'mail_smtpsecure' => 'ssl',
'mail_sendmailmode' => 'smtp',
'documentation_url.server_logs' => 'https://github.com/nextcloud/all-in-one/discussions/5425',
'mail_domain' => 'gmail.com',
'mail_from_address' => '',
'mail_smtpauth' => 1,
'mail_smtphost' => '',
'mail_smtpport' => '',
'mail_smtpname' => '',
'mail_smtppassword' => '',
'defaultapp' => '',