Installation configs for Collabora with Nextcloud without Reverse Proxy

Hi,

Just to understand regarding alias groups isn’t it suppose to be a variable in docker-compose which would automatically update the coolwsd.xml file?

I am unable to adjust it manually in the container as I cannot use

apt-get update -y
apt-get install vim -y

I have also experimented and tried with a lower version specifically

collabora/code:21.11.4.1.1

and it works with the settings

      aliasgroup1: http://nextcloud:8080
      aliasgroup2: http://collabora:9980

Was there a change in settings for ENV variables? Or the way to go now is to directly set the XML files? if it is really the way I will mount a coolwsd.xml file directly. I have checked collabora documentation for 24.04 and it also suggests using alias_groups as seen below

https://sdk.collaboraonline.com/docs/installation/CODE_Docker_image.html#how-to-grab-the-code-image-from-docker-image

It can be noted that after using the old version the issue changes and it seems like it maybe a version difference which causes an error as it now shows this error in the browser console

bundle.js:1 Blocked autofocusing on a <textarea> element in a cross-origin subframe.
onAdd @ bundle.js:1
_layerAdd @ bundle.js:1
whenReady @ bundle.js:1
addLayer @ bundle.js:1
initialize @ bundle.js:1
NewClass @ bundle.js:1
L.map @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1Understand this errorAI
3bundle.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'isCalc')
    at NewClass._activate (bundle.js:1:1114212)
    at NewClass._onSocketOpen (bundle.js:1:1023206)

while the error in Nextcloud has changed to

Failed to load Nextcloud Office - please try again later

Regarding the nextcloud installation everything is working as the environment variables that I have entered are being correctly registered I have also followed the tutorial and ran the following which results in the following.

docker exec --user www-data nextcloud php occ app:enable richdocuments
richdocuments already enabled