Thanks for the new ONLYOFFICE 7.3 and the nice new features.
We just test the new version. We found a issue regarding the proxy configuration.
The path of the websockets seems to be changed so that your example does not match the current situation:
This change also breaks the current reverse proxy configurations that based on your old/current examples.
Is it possible to change this path back to /websocket?
Or have we made a mistake (we use Docker)?
Hi @uwohlfeil@Viis@chris,
We are currently investigating the ways to adjust the proxy configuration examples. Sorry for the inconvenience. I will let you know immediately when the fix is ready.
hi @Carl ,the same problem ,but , i useing onlyoffce community install with linux centos ,not docker version ,i has change my docserver local.json ,and set up token inbody:true ,so restart docserver,but open again my html ,receice this message in my broser debug model.
Hello,
Please use the configuration examples given above. Note that they are not for nginx.conf, but for the server blocks that you set up for the Document Server.
Hello @dengtu
Please take a look at example above in this thread. The situation was related to changed websocket connection. So, if you have proxy-server in front of Document server, please use provided examples to resolve the situation.
Uploading documents directly into onlyoffice document server using the example i can display without any issues, but the onlyoffice document server displays document without content from my web application.
@tsetsiba I guess the .map file is only an effect of the Browser DevTools because ONLYOFFICE does not provide any.
I guess your browser tries to create a Websocket Connection to the ONLYOFFICE Backend but somthing went wrong. Do you check your reverse proxy configuration?