I have NextCloud and Collabora office set up in docker containers. I am able to edit documents in Collabora, but NextCloud logs get filled up with lots of errors from richdocuments about connections timing out when connecting to Collabora container.
If I go to the NextCloud docker container and curl Collabora with the same url it returns without any issues:
Hello, thanks for replying. You are correct. the prompt should change. I did not copy the actual prompt to the message.
I have progressed a little. I finally realized that that error message might be coming from the cron job. I have the main cron running in a separate container of the same image. Because of the way I have the proxy set up I have two networks. I guess it is one for the front end and one for the back end. I do not understand it all I just followed some examples.
So I changed the cron image to have both networks like the main Nextcloud app image. I am going to see if that helps.
Now that I have given it a little time it seems like that was the issue. So if you see this issue where Collabora works but you are seeing errors in the logs, try to duplicate the NextCloud cron job environment to test out the issue. Thanks