Problem Description:
After installing Nextcloud using mash-playbook, I am receiving the error "WebSocket server URL is not configured. Real-time collaboration requires a separate WebSocket server. Basic whiteboard functionality works without it." in the Nextcloud settings panel.
Steps to Reproduce:
mash-playbook was used to install Nextcloud.
inventory.yaml was configured with nextcloud_enabled: true and collabora_online_enabled: true.
- The following commands were executed:
git pull
just update
just install-all
just run-tags adjust-nextcloud-config
- Despite the playbook completing successfully (no
failed or unreachable tasks in the PLAY RECAP), the WebSocket server error persists in Nextcloud.
Expected Behavior:
Nextcloud is expected to automatically recognize and connect to the WebSocket server of Collabora Online after mash-playbook successfully completes with Collabora settings enabled.
Actual Behavior:
Nextcloud continues to report that the WebSocket server is not configured.
Additional Information (if applicable):
docker ps -a shows that both the nextcloud and collabora-online containers are running and operational.
- The
PLAY RECAP output after running just install-all and just run-tags adjust-nextcloud-config shows failed=0 and unreachable=0 for all plays.