Error while downloading the document file to be converted
Onlyoffice与Nextcloud集成,在线编缉文件时报错,修改Nextcloud设置: https://help.nextcloud.com/t/error-while-downloading-the-document-file-to-be-converted/70064/5 Nexcloud: config/config.php -> ‘onlyoffice’ => array ( ‘verify_peer_off’ => true, ‘jwt_header’ => “AuthorizationJwt” ) 添加下面的内容即可,注意位置: ‘onlyoffice’ => array ( ‘verify_peer_off’ =>TRUE,