Skip to content

Nextcloud configure-module throws an error because the notify-push server version is different from the app version #7450

@mrmarkuz

Description

@mrmarkuz

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

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

Metadata

Metadata

Assignees

Labels

verifiedAll test cases were verified successfully

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions