Hi All,
I am having this error when trying to open a doc or odt file from within NC
My setup:
3 dedicated Ubuntu22LTS servers, 1 x NC29, 1 x Collabora (Nondocker), 1 x Nginx proxy that also serves Letsencrypt certs
Been using this link as a troubleshooting guide: Collabora integration guide
By the looks of it, everything is installed correctly, can access all the test urls from curl of all servers and browsers.
Have the green checkmark on Admin->Office, for the wopi ip address, I am using the LAN subnet 192.168.1.0/24
I am thinking that the /etc/coolwsd/coolwsd.xml config file group/alias is not setup correctly (maybe?), don’t know if that would be the cause
<alias_groups desc="default mode is 'first' it allows only the first host when groups are not defined. set mode to 'groups' and define group to allow multiple host and its >
<!-- If you need to use multiple wopi hosts, please change the mode to "groups" and
add the hosts below. If one host is accessible under multiple ip addresses
or names, add them as aliases. -->
<!--<group>
<host desc="hostname to allow or deny." allow="true">https://mynextclouddomain.com:443</host>
<alias desc="regex pattern of aliasname">https://mynextcloud.com:443</alias>
<alias desc="regex pattern of aliasname">scheme://aliasname2:port</alias>
</group>-->
<!-- More "group"s possible here -->
</alias_groups>
<is_legacy_server default="false" desc="Set to true for legacy server that need deprecated headers." type="bool"/>
<host>https://mynextclouddomain.com</host>
My nextcloud is on the main domain (https://myextclouddomain.com), the collabora is on the subdomain (https://office.mynextclouddomain.com)
Regards