Igor Demin
Igor Demin
No, this is a different error, it does not affect the work https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/644. Maybe our documentstion will helps you figure out what happend https://api.onlyoffice.com/workspace/api-backend/usage-api/get-a-comment/ ?
I created ticket #70360 to add docker variable with your proposal.
It's fixed at https://git.onlyoffice.com/ONLYOFFICE/Docker-DocumentServer/pulls/49/files and released in version 9.1.0
Hello @alexandre-leng, as wrote correctly @varunkotian the documentserver has autoAssembly feature, but not all integrations support it. Which integration do you use?
Hello @lublak, sorry for the late reply, but we don't have proxy example for the express library.
Hello @besendorf, your links point to another repository https://github.com/ONLYOFFICE/Docker-CommunityServer. We'll move this issue there.
Hello @kenrmayfield you need to allow Self Signed Certificate in the documentserver, add ```services.CoAuthoring.requestDefaults.rejectUnauthorized: false``` ([default value is true](https://github.com/ONLYOFFICE/server/blob/88da8e054db1479bf41561d94c61021f7aaf19c4/Common/config/default.json#L153C5-L153C31)) it in the ```/etc/onlyoffice/documentserver/local.json``` and restart services ```systemctl restart ds-*```
I hope you posted a test environment, because you are showing secret config data. In your case: ``` { "services": { "CoAuthoring": { "sql": { "type": "postgres", "dbHost": "localhost", "dbPort":...
@kenrmayfield "Disable certificate verification (not secure)" disables certificate verification in Nextcloud and ```"rejectUnauthorized": false``` disables certificate verification in ONLYOFFICE documentserver. An unprivileged container might be a problem, we haven't tested...
1. Ok, I get it, I haven't used Proxmox and Linux containers before, it looks like the problem is here. We don't have guides on how to properly create such...