mrmarkuz
(Markus Neuberger)
May 9, 2025, 10:21am
61
Thanks, I think you found a bug.
Nextcloud should be still working but configuring it throws an error.
1 Like
Thank you for the work you are doing.
I continued with the Nextcloud setup but I always get the problem of the “Default encryption module” that when enabled if I later reboot the server I get “Bad gateway” for Nextcloud even though I use “Pre-built image”
mrmarkuz
(Markus Neuberger)
May 9, 2025, 10:50am
63
Did you install/enable other apps?
Maybe helpful:
opened 04:23PM - 25 Jan 24 UTC
closed 09:02AM - 03 Apr 24 UTC
bug
feature: encryption (server-side)
0. Needs triage
regression
29-feedback
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, no… t a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_.
- [X] Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
- [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Bug description

```
TypeError: Object.entries(...).find(...) is undefined
data Encryption.vue:113
VueJS 6
93952 main-admin-security.js:51
Webpack 5
vue.runtime.esm.js:3065:16
VueJS 8
93952 main-admin-security.js:51
Webpack 5
```
### Steps to reproduce
1. Install nextcloud
2. Enable the default encryption app
3. Go to admin security settings
4. Enable server encryption
5. A toast pops up telling me to enable encryption in the admin settings (that is what I am doing?)
6. Reload the page
### Expected behavior
I can enable server side encryption
### Installation method
None
### Nextcloud Server version
master
### Operating system
None
### PHP engine version
None
### Web server
None
### 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?
- [ ] Default user-backend _(database)_
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Configuration report
_No response_
### List of activated Apps
_No response_
### Nextcloud Signing status
_No response_
### Nextcloud Logs
_No response_
### Additional info
_No response_
mrmarkuz
(Markus Neuberger)
May 12, 2025, 9:05am
64
Please help testing: The Nextcloud bug should be fixed, there should be no “Something went wrong” error on configuring anymore and the versions of notify push server and app should be the same:
opened 10:19AM - 09 May 25 UTC
testing
The Nextcloud notify push server is still version 1.0.0 but the Nextcloud notify… push app is version 1.1.0 which throws an error on configuring Nextcloud.
**Steps to reproduce**
- Install Nextcloud
- Configure Nextcloud
**Expected behavior**
Nextcloud is configured without issues.
**Actual behavior**
The configure-module action throws an error:
```
action "configure-module" status is "aborted" (1) at step 90apps_management
```
Because there's version mismatch between push server and app:
```
# runagent -m nextcloud1 occ -n notify_push:setup http://127.0.0.1/push
✓ redis is configured
using unencrypted http for push server is strongly discouraged
✓ push server is receiving redis messages
✓ push server can load mount info from database
✓ push server can connect to the Nextcloud server
✓ push server is a trusted proxy
push server (version 1.0.0) is not the same version as the app (version 1.1.0).
```
**Possible fixes**
- Raising the notifiy-push server version
- "exit 0" at the end of https://github.com/NethServer/ns8-nextcloud/blob/main/imageroot/actions/configure-module/90apps_management
**Components**
Nextcloud 1.4.2
**See also**
https://community.nethserver.org/t/ns8-nextcloud-fine-setup-2025/25705/60?u=mrmarkuz
----
Thanks to Giuseppe P
To install:
add-module ghcr.io/nethserver/nextcloud:1.4.3-dev.1
To update:
api-cli run update-module --data '{"module_url":"ghcr.io/nethserver/nextcloud:1.4.3-dev.1","instances":["nextcloud1"],"force":true}'
Thanks in advance!
1 Like
It works.
runagent -m nextcloud1 occ app:install notify_push
notify_push 1.1.0 installed
notify_push enabled
1 Like
mrmarkuz
(Markus Neuberger)
May 12, 2025, 2:40pm
66
Thanks for testing!
EDIT:
Fixed version 1.4.3 released.
2 Likes
Thanks it works perfectly ,
I had already tested the dev.1 last night.
Now back I was writing that it worked but I saw the 1.4.3 release and I installed this one too .
Thank you and I apologize if I was too insistent
1 Like
mrmarkuz
(Markus Neuberger)
May 13, 2025, 8:03pm
68
Thanks for pointing out the issue, testing and feedback.
1 Like