Strange issue with Nextcloud connecting to ONLYOFFICE.
NextCloud version: 28.0.3
Document Server version: 8.0.1.31
Connector version: 9.0.0
The setup:
Caddyserver setup as a reverse proxy.
HOSTA runs two instances of NextCloud
HOSTB run ONLYOFFICE Docs Community
Both instances of NextCloud connect to ONLYOFFICE without any problems. Both work for opening and editing files.
Once a day (Guessing when the cronjob runs) NextCloud instance B disconnects from ONLYOFFICE. I have to go into the settings and hit save, then it reconnects.
NextCloud instance A never disconnects.
If I run âocc onlyoffice:documentserver --checkâ on NextCloud Instance A; it returns Document server successfully connected.
If I run the same command on NextCloud instance B; it returns âError connection: Error occurred in the document service: Error while downloading the document file to be converted.â I then need to go into NextCloud instance B and hit save again to reconnect.
I canât figure out why it works for one and not the other, everything is identical. I must be missing something, so I am hoping someone can provide some insight.
Thanks