Download failed_

My onlyoffice server was installed in linux using docker. When I used idea to run the java spring example of the official website on windows, an error occurred: download failed.

Could you give me some help? Thank you

the logs as follow:

[2023-05-25T01:33:09.510] [ERROR] [localhost] [928668586] [1] nodeJS - postData error: url = //track?fileName=new.docx&userAddress=E%3A%5CCode%5CGitHub%5CJava+Spring+Example%5Cdocuments%5C192.168.80.1%5C;data = {"key":"928668586","status":1,"users":["1"],"actions":[{"type":1,"userid":"1"}],"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiI5Mjg2Njg1ODYiLCJzdGF0dXMiOjEsInVzZXJzIjpbIjEiXSwiYWN0aW9ucyI6W3sidHlwZSI6MSwidXNlcmlkIjoiMSJ9XSwiaWF0IjoxNjg0OTc4Mzg5LCJleHAiOjE2ODQ5Nzg2ODl9.fCT9I9DZD2ezV4N7xcM4-ICSp3DJRmDAS-_GiQJwTgU"} Error: Invalid URI "//track?fileName=new.docx&userAddress=E%3A%5CCode%5CGitHub%5CJava+Spring+Example%5Cdocuments%5C192.168.80.1%5C"
    at Request.init (/snapshot/server/build/server/Common/node_modules/request/request.js:273:31)
    at new Request (/snapshot/server/build/server/Common/node_modules/request/request.js:127:8)
    at request (/snapshot/server/build/server/Common/node_modules/request/index.js:53:10)
    at /snapshot/server/build/server/Common/node_modules/request/index.js:61:12
    at Function.post (/snapshot/server/build/server/Common/node_modules/request/index.js:100:12)
    at /snapshot/server/build/server/Common/sources/utils.js
    at new Promise (<anonymous>)
    at Object.postRequestPromise (/snapshot/server/build/server/Common/sources/utils.js)
    at sendServerRequest (/snapshot/server/build/server/DocService/sources/DocsCoServer.js)
    at sendServerRequest.next (<anonymous>)
    at sendStatusDocument (/snapshot/server/build/server/DocService/sources/DocsCoServer.js)
    at sendStatusDocument.next (<anonymous>)
    at endAuth (/snapshot/server/build/server/DocService/sources/DocsCoServer.js)
    at endAuth.next (<anonymous>)
    at auth (/snapshot/server/build/server/DocService/sources/DocsCoServer.js)
    at auth.next (<anonymous>)

Hello @caiwei
Please do not create multiple posts on the same issue. As far as I see, you already have started discussion here: Download fail - #7 by caiwei