Igor Demin

Results 242 comments of Igor Demin

Are there any errors in the documentserver logs ```/var/log/onlyoffice/documentserver/docservice/``` and ```/var/log/onlyoffice/documentserver/converter/```? I mean the documentation for using self-signed certificates in the Nexcloud and the documentserver. I'm guessing Proxmox with the...

SyntaxError in the ```/etc/onlyoffice/documentserver/local.json``` you forgot or type extra a comma or a bracket i think, or maybe wrong parameter. Show your local.json with Code Block please.

I show you my test config in a previous post as an example) oh, ok, try to use this, edited your config: ``` { "services": { "CoAuthoring": { "sql": {...

Now I saw what you mean and added **}**. In the [last post](https://github.com/ONLYOFFICE/DocumentServer/issues/2311#issuecomment-1670020045) I added ```rejectUnauthorized: false``` to your local.json ([your post](https://github.com/ONLYOFFICE/DocumentServer/issues/2311#issuecomment-1663986573)). [This](https://github.com/ONLYOFFICE/DocumentServer/issues/2311#issuecomment-1665389379) was my test server from where I...

You still need to look for the SyntaxError in local.json. For example, I reproduced your error on my server by deleting ```"``` in **"outbox.header":"Authorization**```"```, check out it. Don't forget to...

First of all check http://127.0.0.1:8000/healthcheck shows ```true```. If the SyntaxError no longer appears, then ``` nodeJS - checkJwt error: name = JsonWebTokenError message = invalid signature token = *************************************``` -...

@kenrmayfield There is just a JWT error in your log. Ok, I'll test this behavior on my stand. @chriscroome we tested on debian 12, but maybe something broke, I'll double...

@chriscroome you are right, previously it was not required to own the database, we had to change it due to PostgreSQL 15 also [revokes the CREATE permission from all users](https://www.postgresql.org/docs/15/ddl-schemas.html#DDL-SCHEMAS-PATTERNS)...

Hello @quaternionma, i recheked today and not get error, in my pg_hba.conf: ``` hostssl all all 0.0.0.0/0 cert ``` I guess you have a configuration error, check the postgres documentation:...