服务器环境:Debian11.6
安装方式:Cloudreve是直接安装,onlyoffice是容器安装,
均已按照https://docs.cloudreve.org/use/wopi这个步骤上的对接,然后测试其是否对接,创建了一个空白的docx,并且打开,直接报Sorry, editor could not be loaded. Please contact your administrator.
然后onlyoffice的日志是这个
[2023-04-12T05:04:21.000] [ERROR] [localhost] [2ysG] [userId] nodeJS - wopi error checkFileInfo:Error: Error response: statusCode:404; headers:{"server":"nginx","date":"Wed, 12 Apr 2023 05:04:20 GMT","content-type":"text/html; charset=utf-8","transfer-encoding":"chunked","connection":"keep-alive","vary":"Accept-Encoding","content-security-policy":"default-src 'none'","x-content-type-options":"nosniff","content-encoding":"gzip"};
at Request.fResponse (/snapshot/server/build/server/Common/sources/utils.js)
at Request.emit (events.js:400:28)
at Request.onRequestResponse (/snapshot/server/build/server/Common/node_modules/request/request.js:1059:10)
at ClientRequest.emit (events.js:400:28)
at HTTPParser.parserOnIncomingClient (http_client.js:647:27)
at HTTPParser.parserOnHeadersComplete (http_common.js:127:17)
at Socket.socketOnData (_http_client.js:515:22)
at Socket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:293:12)
at readableAddChunk (internal/streams/readable.js:267:9)
at Socket.Readable.push (internal/streams/readable.js:206:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
然后尝试过--net=host,也是一直这样,请问该怎么处理?