Hi Thank you, Tex, for the help so far:
3 Servers, all Ubuntu22LTS
Nextcloud Server: NC29.0.1/ NGINX, 192.168.1.100 https://myextclouddomain.com/
Collabora (NonDocker) Server: Presuming 24.04, brand new fresh install 192.168.1.200 https://office.mynextclouddomain.com/
NGINX Proxy Server: 192.168.1.300 https://proxy.mynextclouddomain.com/
Been using this link as a troubleshooting guide: Collabora integration guide - Wiki - Nextcloud community
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
<wopi allow="true" desc="Allow/deny wopi storage.">
<max_file_size desc="Maximum document size in bytes to load. 0 for unlimited." type="uint">0</max_file_size>
<locking desc="Locking settings">
<refresh default="900" desc="How frequently we should re-acquire a lock with the storage server, in seconds (default 15 mins) or 0 for no refresh" type="int">900</refresh>
</locking>
<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 aliases" mode="first">
<!-- If you need to use multiple wopi hosts, please change the mode to "groups" and
add the hosts below. add them as aliases. -->
<!--<group>
<host desc="hostname to allow or deny." allow="true">scheme://hostname:port</host>
<alias desc="regex pattern of aliasname">scheme://aliasname1:port</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></host>
</wopi>
I have alias_groups set to first
My nextcloud is on the main domain (https://myextclouddomain.com), the collabora is on the subdomain (https://office.mynextclouddomain.com)
Regards