{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"brume.felinn.org"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "32.0.5.0",
"overwrite.cli.url": "https:\/\/brume.felinn.org",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"default_language": "fr",
"default_locale": "fr_FR",
"default_phone_region": "FR",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"forwarded_for_headers": [
"HTTP_X_FORWARDED",
"HTTP_FORWARDED_FOR",
"HTTP_X_FORWARDED_FOR"
],
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379,
"user": "default",
"password": "***REMOVED SENSITIVE VALUE***"
},
"memcache.locking": "\\OC\\Memcache\\Redis",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance_window_start": 1,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpauth": true,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"skeletondirectory": "\/etc\/nextcloud\/skeleton",
"enabledPreviewProviders": [
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Krita",
"OC\\Preview\\Imaginary",
"OC\\Preview\\ImaginaryPDF",
"OC\\Preview\\Movie"
],
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"preview_format": "webp",
"preview_max_x": 1980,
"preview_max_y": 1980,
"versions_retention_obligation": "auto, 30",
"trashbin_retention_obligation": "auto, 30",
"forbidden_filenames": [
".DS_Store"
],
"theme": "",
"loglevel": 2,
"log_type": "file",
"updater.release.channel": "stable",
"activity_use_cached_mountpoints": true,
"maintenance": false,
"app_install_overwrite": [
"passman"
]
}
}
Bug description
I am part of a team and as such I have access to a shared directory with this team. For some time now, when files are added or deleted in this directory, clients do not synchronise properly (sometimes they do not synchronise at all).
After investigating, it seems to be a cache issue: when updating files shared with a team, ETag is updated in DB but is not when PROPFIND from a team user.
sudo -u www-data php /var/www/nextcloud/occ memcache:distributed:clearresolves the issue (see #57973 (comment))Steps to reproduce
Expected behavior
Everything is synced well on the computer because the new ETag is propagated
Nextcloud Server version
32
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.4
Web server
Other
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
Details
{ "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "brume.felinn.org" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "32.0.5.0", "overwrite.cli.url": "https:\/\/brume.felinn.org", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "default_language": "fr", "default_locale": "fr_FR", "default_phone_region": "FR", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "trusted_proxies": "***REMOVED SENSITIVE VALUE***", "forwarded_for_headers": [ "HTTP_X_FORWARDED", "HTTP_FORWARDED_FOR", "HTTP_X_FORWARDED_FOR" ], "memcache.local": "\\OC\\Memcache\\APCu", "memcache.distributed": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 6379, "user": "default", "password": "***REMOVED SENSITIVE VALUE***" }, "memcache.locking": "\\OC\\Memcache\\Redis", "instanceid": "***REMOVED SENSITIVE VALUE***", "maintenance_window_start": 1, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpauth": true, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "skeletondirectory": "\/etc\/nextcloud\/skeleton", "enabledPreviewProviders": [ "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown", "OC\\Preview\\OpenDocument", "OC\\Preview\\Krita", "OC\\Preview\\Imaginary", "OC\\Preview\\ImaginaryPDF", "OC\\Preview\\Movie" ], "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***", "preview_format": "webp", "preview_max_x": 1980, "preview_max_y": 1980, "versions_retention_obligation": "auto, 30", "trashbin_retention_obligation": "auto, 30", "forbidden_filenames": [ ".DS_Store" ], "theme": "", "loglevel": 2, "log_type": "file", "updater.release.channel": "stable", "activity_use_cached_mountpoints": true, "maintenance": false, "app_install_overwrite": [ "passman" ] } }List of activated Apps
Details
Nextcloud Logs
Absolutely no logs on the server! And no error from the client.Additional info
Other kinds of sharing (personal share, groupfolders) do sync well