You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).