Collabora/CODE not working with NC 24.0.3 in Docker

You find detailed example here:

the referenced “green mark” in Nextcloud Office settings only shows the connection form Nextcloud to Collabora works, it doesn’t show reverse connection neither client to Collabora… see this post

As I see you point your Nextcloud to https://nextcloudoffice:9980 - which is almost never reachable from the client… I would recommend you to use real public domain name and setup valid TLS certificates for both Nextcloud and Collabora… and point Nextcloud to the public DNS of Collabora (details of WOPI protocoll referenced here)

good basic test is

  • check https://collabora.xyz/hosting/discovery from the client
  • run curl https://nextcloud.xyz/login inside Collabora container and
  • run curl https://collabora.xyz/hosting/discovery inside Nextcloud container

so you can verify both systems can connect and setup TLS connection to each other and client reaches both servers as well… (see long way here)

3 Likes