onlyoffice-nextcloud icon indicating copy to clipboard operation
onlyoffice-nextcloud copied to clipboard

连接是发生异常 (文档服务内部发生异常: Error while downloading the document file to be converted.) (版本 7.0.1.37)

Open maojianyou opened this issue 2 years ago • 7 comments

image nextcloud t添加 ONLYOFFICE 报错使用容器部署的onlyoffice/documentserver 端口8080,自签证书

image

maojianyou avatar Apr 17 '22 09:04 maojianyou

Moving this issue to nextcloud repo, seems problem with integration

Also please translate all text to English, we do not know your language and please use only english language in our issues

ShockwaveNN avatar Apr 17 '22 11:04 ShockwaveNN

如果你的nextcloud和onlyoffice都是https访问,且nextcloud是私有ssl证书的话,可以尝试一下以下方法: 关闭 onlyoffice 的 ssl 证书验证 vim /etc/onlyoffice/documentserver/default.json 修改rejectUnauthorized": false

"requestDefaults": {
    "headers": {
        "User-Agent": "Node.js/6.13",
        "Connection": "Keep-Alive"
     },
     "gzip": true,
     "rejectUnauthorized": false
},

yimuzhixin avatar May 12 '22 09:05 yimuzhixin

如果你的nextcloud和onlyoffice都是https访问,且nextcloud是私有SSL证书的话,可以尝试一下以下方法: 关闭 OnlyOffice 的 SSL 证书验证 修改vim /etc/onlyoffice/documentserver/default.json``rejectUnauthorized": false

"requestDefaults": {
    "headers": {
        "User-Agent": "Node.js/6.13",
        "Connection": "Keep-Alive"
     },
     "gzip": true,
     "rejectUnauthorized": false
},

大神,我为什么没有找到这个文件?

RobinLDW avatar Jan 30 '23 14:01 RobinLDW

Hi, @RobinLDW If you're using the Docker installation, the file is inside the Document Server container. You can access it with docker exec -it [container ID] bash. For Windows, it's in %ProgramFiles%\ONLYOFFICE\DocumentServer\config

Also, to everyone else here: please stick to English in the discussions.

SergeyKorneyev avatar Feb 27 '23 13:02 SergeyKorneyev

请问你解决了吗,我的也没找到这个文件

AL-Mazai avatar May 21 '23 05:05 AL-Mazai

请问你解决了吗?

INSIinc avatar Aug 11 '23 03:08 INSIinc

@INSIinc @AL-Mazai 您好,请问您们遇到的是什么问题?

flyingsauce avatar Oct 02 '23 13:10 flyingsauce