Skip to content

Nextcloud - WebSocket server URL not configured despite Collabora Online enabled #695

@bditties

Description

@bditties

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:

  1. mash-playbook was used to install Nextcloud.
  2. inventory.yaml was configured with nextcloud_enabled: true and collabora_online_enabled: true.
  3. The following commands were executed:
    • git pull
    • just update
    • just install-all
    • just run-tags adjust-nextcloud-config
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Service/NextcloudRelated to Nextcloud (ansible-role-nextcloud)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions