-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done