-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Service/NextcloudRelated to Nextcloud (ansible-role-nextcloud)Related to Nextcloud (ansible-role-nextcloud)
Description
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-playbookwas used to install Nextcloud.inventory.yamlwas configured withnextcloud_enabled: trueandcollabora_online_enabled: true.- The following commands were executed:
git pulljust updatejust install-alljust run-tags adjust-nextcloud-config
- Despite the playbook completing successfully (no
failedorunreachabletasks in thePLAY 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 -ashows that both thenextcloudandcollabora-onlinecontainers are running and operational.- The
PLAY RECAPoutput after runningjust install-allandjust run-tags adjust-nextcloud-configshowsfailed=0andunreachable=0for all plays.
Metadata
Metadata
Assignees
Labels
Service/NextcloudRelated to Nextcloud (ansible-role-nextcloud)Related to Nextcloud (ansible-role-nextcloud)