Good afternoon
There was a problem with disabling onlyoffice from nextcloud
Every day in Cloud the connection to the docker server is lost.
Tell me where to look, the logs say that I do not trust any of the hosts.
Hello @Origimato
Sorry for the late reply.
We need general information about your installation to guide you:
A. Document Server, Nextcloud, the connector app versions
B. Document server installation type (point us to the guide that you used or do you use Cloud version?)
C. Please try to reproduce the issue and make screenshots.
Hello there.
There was once a problem with that. One workaround was to actually disable the checking routine. You can do it by adding this to your nextcloud config:
'onlyoffice' =>
array (
'editors_check_interval' => 0,
),
But that bug should have been fixed already. You can still try it and see if it helps.
Thank you @bermuda
Let’s wait for the topicstarter’s feedback.
Hello everyone
Apparently the bug hasn’t been fixed yet. This solution worked!
Thanks for the help, colleague.