{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"0": "localhost",
"7": "nextcloudpi",
"5": "nextcloudpi.local",
"8": "nextcloudpi.lan",
"***REMOVED SENSITIVE VALUE***",
},
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "32.0.5.0",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"filelocking.enabled": true,
"tempdirectory": "\/opt\/ncdata\/data\/tmp",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"overwriteprotocol": "https",
"maintenance": false,
"logfile": "\/opt\/ncdata\/data\/nextcloud.log",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"loglevel": 2,
"log_type": "file",
"htaccess.RewriteBase": "\/",
"maintenance_window_start": 2,
"default_phone_region": "33",
"app_install_overwrite": {
"1": "previewgenerator",
"2": "nextcloudpi",
"3": "files_downloadactivity"
},
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"mail_sendmailmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpauth": true,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"theme": ""
}
}
How to use GitHub
Install Nextcloud 31 with Nextcloud Pi, and update to Nextcloud 32, the last version.
Install Document Server
Install Only Office plugin
Expected behaviour
When I close or keep the document open, I expect the document to be saved every 5min, as done by the internal cron job of debian.
Actual behaviour
Nothing happens. The App data stays as is, if I select the file from nextcloud, it is opening correctly, but the file is not saved to nextcloud. When I do a copy or download the file, it still keeps the original file. This is happening on a n external storage (smb), but also on internal storage.
The logs indicate a right issue, but the rights are correct. everything is owned and managed by www-data.
I tried a fully cleaned reinstall even deleting the related elements in the database, but the issue is still present, and started happening 2 weeks ago.
Server configuration
Web server: Apache
Database: Unknown. Default of Nextcloud Pi
PHP version: 8.3
Nextcloud version: 32.0.5
List of activated apps
Nextcloud configuration