⚠️ This issue respects the following points: ⚠️
Bug description
When you delete any file, all previously deleted files disappear from the Deleted files view.
The files remain on the disk but it is not possible to make them visible.
This issue started at Nextcloud 27.1.6. It did not exist yet in 27.1.5.
Steps to reproduce
- Delete any file in Nextcloud
- Check the
Deleted files view
Expected behavior
The deleted file should be visible under Deleted files.
Installation method
Community Manual installation with Archive
Nextcloud Server version
27
Operating system
RHEL/CentOS
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "27.1.6.2",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"theme": "",
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"loglevel": 2,
"logtimezone": "Europe\/Helsinki",
"trusted_domains": [
"redacted from the output"
],
"secret": "***REMOVED SENSITIVE VALUE***",
"share_folder": "\/Shared",
"trashbin_retention_obligation": "auto",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/redacted from the output\/",
"htaccess.RewriteBase": "\/",
"auth.bruteforce.protection.enabled": true,
"mail_smtpauthtype": "LOGIN",
"mail_smtpport": "25",
"default_phone_region": "FI",
"preview_max_memory": 256,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_sendmailmode": "smtp",
"mysql.utf8mb4": true
}
}
List of activated Apps
Enabled:
- activity: 2.19.0
- admin_audit: 1.17.0
- bruteforcesettings: 2.7.0
- cloud_federation_api: 1.10.0
- comments: 1.17.0
- contactsinteraction: 1.8.0
- dav: 1.27.0
- federatedfilesharing: 1.17.0
- federation: 1.17.0
- files: 1.22.0
- files_pdfviewer: 2.8.0
- files_reminders: 1.0.0
- files_rightclick: 1.6.0
- files_sharing: 1.19.0
- files_trashbin: 1.17.0
- files_versions: 1.20.0
- logreader: 2.12.0
- lookup_server_connector: 1.15.0
- notifications: 2.15.0
- oauth2: 1.15.2
- password_policy: 1.17.0
- photos: 2.3.0
- privacy: 1.11.0
- provisioning_api: 1.17.0
- recommendations: 1.6.0
- serverinfo: 1.17.0
- settings: 1.9.0
- sharebymail: 1.17.0
- systemtags: 1.17.0
- text: 3.8.0
- theming: 2.2.0
- twofactor_backupcodes: 1.16.0
- twofactor_totp: 9.0.0
- viewer: 2.1.0
- workflowengine: 2.9.0
Disabled:
- circles: 27.0.1 (installed 22.1.1)
- dashboard: 7.7.0 (installed 7.0.0)
- encryption: 2.15.0
- files_external: 1.19.0
- firstrunwizard: 2.16.0 (installed 1.0)
- nextcloud_announcements: 1.16.0 (installed 1.13.0)
- related_resources: 1.2.0 (installed 1.1.0-alpha1)
- support: 1.10.0 (installed 1.0.1)
- survey_client: 1.15.0 (installed 1.10.0)
- suspicious_login: 5.0.0
- updatenotification: 1.17.0 (installed 1.0.1)
- user_ldap: 1.17.0
- user_status: 1.7.0 (installed 1.0.1)
- weather_status: 1.7.0 (installed 1.2.0)
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
No response
Additional info
Also any previous deleted file in the view disappear after deleting one file running Nextcloud version 27.1.6.
Bug description
When you delete any file, all previously deleted files disappear from the
Deleted filesview.The files remain on the disk but it is not possible to make them visible.
This issue started at Nextcloud 27.1.6. It did not exist yet in 27.1.5.
Steps to reproduce
Deleted filesviewExpected behavior
The deleted file should be visible under
Deleted files.Installation method
Community Manual installation with Archive
Nextcloud Server version
27
Operating system
RHEL/CentOS
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "27.1.6.2", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "theme": "", "maintenance": false, "mail_smtpmode": "smtp", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "loglevel": 2, "logtimezone": "Europe\/Helsinki", "trusted_domains": [ "redacted from the output" ], "secret": "***REMOVED SENSITIVE VALUE***", "share_folder": "\/Shared", "trashbin_retention_obligation": "auto", "mail_domain": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/redacted from the output\/", "htaccess.RewriteBase": "\/", "auth.bruteforce.protection.enabled": true, "mail_smtpauthtype": "LOGIN", "mail_smtpport": "25", "default_phone_region": "FI", "preview_max_memory": 256, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_sendmailmode": "smtp", "mysql.utf8mb4": true } }List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
Also any previous deleted file in the view disappear after deleting one file running Nextcloud version 27.1.6.