Pavel Lobashov

Results 862 comments of Pavel Lobashov

This error seems because DocumentServer server cannot download file from nextcloud with default timeout. I think you should check your network connection between netxcloud server and DocumentServer

Any special params or keys you used to run documentserver docker?

Yeah, according to this guide docker run is pretty standart: ``` docker run --name=ONLYOFFICEDOCKER -i -t -d -p 8443:443 -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data -e JWT_ENABLED='true' -e JWT_SECRET='yoursecret' --restart=always onlyoffice/documentserver ``` So I...

> In nextcloud Settings -> External Storages create local storage Since this problem is related to nextcloud - I've moving this to separate repo

@chrsch Hi, could you look to logs those services? I tried it myself and seems there is a problem with repeating error `onlyoffice-documentserver_1 | Waiting for connection to the localhost...

@chrsch Ok, another question. What is state of logs of `onlyoffice-postgres` container (`docker-compose logs onlyoffice-postgresql`) We can confirm there is some trouble with `ERROR: relation "checkissupportonconflict" does not exist at...

@chrsch Ok, so we can confirm this issue, we got some troubles. We're trying to understand what happening

@chrsch could you try to reinit compose several times - seems this problem not related with `relation "checkissupportonconflict" does not exist at character 13` I was able to reproduce your...

@chrsch I'm not sure it is related to Ubuntu 18, we don't know exact reason but seems problem just occurs randomly, so you're just unlucky on Ubuntu 18

Try to not mount `/app/onlyoffice/DocumentServer/lib` or change permissions for `/app/onlyoffice/DocumentServer/lib` I think there is `Error: EACCES: permission denied, mkdir '/var/lib/onlyoffice/documentserver'` error in logs, because `/app/onlyoffice/DocumentServer/lib` folder have no permissions to...