Closed lukasmu closed 2 years ago
The issue apparently was that I did not specify scheme and port in the hosts section of the /etc/coolwsd/coolwsd.xml file. It should look like:
<group>
<host allow="true">https://host1.example.org:443</host>
</group>
<group>
<host allow="true">https://host2.example.org:443</host>
</group>
Then it works as it should
Describe the bug It seems that only one WOPI host can be used at a time.
To Reproduce
Expected behavior Opening documents from both hosts should work.
Actual behavior Only documents from a single host can be opened.
In the error log you see something like this:
The order in which steps 2 & 3 are executed matters: Only documents from the first host that connects to the Collabora server can be opened (if after restarting the coolwsd service you connect to Collabora server from host2.example.org first, then this works, but you cannot connect from host1.example.org).
Details