Nextcloud Version: Nextcloud Hub 3 (25.0.4)
Operating System: Arch Linux
Hosting Method: AIO Docker
Nextcloud version (eg, 20.0.5): Nextcloud Hub 3 (25.0.4)
Operating system and version (eg, Ubuntu 20.04): Arch linux
Apache or nginx version (eg, Apache 2.4.25): nginx/1.22.1
PHP version (eg, 7.4): 8.0.28
The issue you are facing:
When loading the corresponding settings page, I get the following vueJS error
TypeError: Cannot read properties of undefined (reading '0')
at o.data (Encryption.vue:113:1)
at o.<anonymous> (vue.runtime.esm.js:4752:29)
at vue.runtime.esm.js:5464:21
at vue.runtime.esm.js:5428:42
at Ln (vue.runtime.esm.js:5369:9)
at e._init (vue.runtime.esm.js:5691:9)
at new o (vue.runtime.esm.js:5826:18)
at 16673 (main-admin-security.js:51:1)
at r (bootstrap:19:32)
at startup:4:88
wt @ vue.runtime.esm.js:3049
And this basically blocks all access to the server-side encryption setting toggle. Is there a request I can send over the browser console, so I do not need to do it over the WebGUI?
Someone else seems to have this problem as well
Thank your all for your help! ![]()
Is this the first time you’ve seen this error? (Y/N):
Y
Steps to replicate it:
- Install Nextcloud over the AIO solution
- Go into the backend
- Try to enable server-side encryption
- See that it does not toggle.
The output of your Nextcloud log in Admin > Logging:
Only login fails. No other errors
The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
Setup with Nextcloud AIO
The output of your Apache/nginx/system log in /var/log/____:
No Error log printed for Nextcloud