Hello,
Please provide full Document Server logs (/var/log/onlyoffice/documentserver inside the container) as well as the screenshot of the error within the Editor. What is the OS on which the issue was originally reproduced? Docker installation for Windows Server is not supported.
Also, note that we do not provide support for old version of Document Server, please update to 8.1.1 and check if the issue is reproduced.
From the excerpt of logs that you already provided it can be seen that your application sends 500 error (Error response: statusCode: 500) response to Document Server. You need to check on the side of your application why there is such a response. According to Callback Handler documentation it should send either error:0 or error:1 response to the editing status message from Document Server: Callback handler - ONLYOFFICE Api Documentation
The callback should be configured according to the above documentation.
Thank you very much for your reply, which originally appeared on centOS systems. When deployed on windows, docker is not used.I will try version 8.1.1 later, I have other work to do. This problem takes up too much of my time. Attach a log converter-out.log-20240806.log (8.1 KB) docservice-out.log-20240806.log (19.0 KB) metrics-out.log-20240806.log (143.3 KB)
Hello,
So, now there is Error: Error response: statusCode:500 once again in the logs sent by your application. We cannot say for sure what is the reason for your application to send such a response, but in order for it to work properly you should make sure that it sends error:0 or error:1 to Document Server (if it is configured according to documentation, it should be so: Callback handler - ONLYOFFICE Api Documentation)