OnlyOffice Disconnects from NC27

Hello @derfuchs98

If you are still experiencing issues with background check, you can disable it by adding this array to the config.php (located in ../config of your main app directory) of your Nextcloud:

'onlyoffice' => array (
     'editors_check_interval' => 0
)