Hello,
I update Nextcloud to 30.0 but some users (with big data or to many folder) have a problem showing files from web interface (not showing) and appears message “No files in here”
- Nextcloud Server version 30.0.0
- Operating system and version Rocky Linux 8.10
- Web server and version Apache 2.4.37
- PHP version 8.2.25
- MariaDB 10.3.39
My config.php:
<?php
$CONFIG = array (
'instanceid' => 'xxxxx',
'passwordsalt' => 'xxxxx',
'secret' => 'xxxxx',
'trusted_domains' =>
array (
0 => 'domain.com',
12 => 'server1.domain.com',
),
'default_phone_region' => 'CL',
'datadirectory' => '/data',
'dbtype' => 'mysql',
'logfile' => '/data/log/nextcloud-web.log',
'version' => '30.0.0.14',
'overwrite.cli.url' => 'https://xxxxx',
'dbname' => 'nextcloud',
'dbhost' => 'xxxxx',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'root',
'dbpassword' => 'xxxxx',
'installed' => true,
'theme' => '',
'loglevel' => 0,
'trashbin_retention_obligation' => 'disabled',
'versions_retention_obligation' => 'disabled',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_smtpport' => '587',
'mail_from_address' => 'audio',
'mail_domain' => 'domain.com',
'mail_smtphost' => 'xxxxxx',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtpname' => 'xxxx@domain.com',
'overwriteprotocol' => 'https',
'mail_smtppassword' => 'xxxxx',
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'xxxxxx',
'port' => 6379,
'timeout' => 3,
),
'maintenance' => false,
'skeletondirectory' => '/data/skeleton',
'filelocking.enabled' => 'true',
'proxy' => 'xxxxx:3128',
'auth.bruteforce.protection.enabled' => false,
);
And the apache log:
x.x.18.26 - username [26/Nov/2024:10:46:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:47:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:47:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:48:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:48:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:49:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:49:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:50:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:50:52 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252
x.x.18.26 - username [26/Nov/2024:10:51:22 -0300] "PROPFIND /remote.php/dav/files/username/Respaldo/2023 HTTP/1.1" 207 252