Mark
Results
2
comments of
Mark
same issue here
The following fixes worked for me: 1. On my Linux installation in /usr/share/webapps/nextcloud/config/config.php, appended the following to the $CONFIG array: ```'onlyoffice' => array( 'verify_peer_off => TRUE,' ), ``` 2. Added...