-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Default encryption module not loaded (v2.16.0) #44532
Comments
It sounds like your Can you share the output of Unfortunately the error you're seeing is after whatever initially triggers this so the stack trace likely isn't as helpful as it might otherwise be. We need to figure out why either these values are ending up bogus (or whatever is ultimately going on here). Was your setup process for encryption entirely performed from the Web UI? I typically do command line setting up of encryption in my testing. Maybe there's a front-end matter triggering this. |
Maybe this is a front-end issue. The report I recall from the forum had their Might be caused by this: server/apps/settings/src/components/Encryption.vue Lines 132 to 154 in f493607
That line 140 looks suspicious to me. Since we call server/apps/settings/src/components/Encryption.vue Lines 155 to 157 in f493607
We don't want But this code has been in there for 2 years / since Nc v25 via #32506 (!) If your
Since you're using AIO, here's how to run https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-run-occ-commands |
Hey @joshtrichards Thanks for the super quick reply! Indeed, the setting it to for the record, here are the settings before I made this change:
|
I should add that previously I was getting front-end error which is mentioned here: now, when I open admin->security the console is clean of errors |
Bug description
Hello team!
I have this bug with the Default encryption module (v2.16.0)
I enabled the module in my apps, but I cannot toggle "Enable server-side encryption" in my admin security settings
When I try to upload a picture, upload stalls on "a few seconds left" message.
In the logs I can see these 3 errors:
ModuleDoesNotExistsException
Default encryption module not loaded
Encryption module "" not found, file will be stored unencrypted
It indeed seems that the module name got missing somewhere, here is the expanded message
I would appreciate if someone could help me with this issue.
Steps to reproduce
Expected behavior
Can toggle "Enable server-side encryption" in admin security settings
Files can be uploaded and are encrypted
Installation method
Official All-in-One appliance
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
core Warning full logs:
no app in context Error full logs:
webdav Error full logs:
The text was updated successfully, but these errors were encountered: