I’ve deployed the nextcloud docker container and onlyoffice/documentserver.
one displays
Mon Sep 18 10:53:27 CEST 2023
when the other one displays:
Mon Sep 18 08:53:27 AM UTC 2023
As a result, it seems that token generation is not possible.
How can I align the 2 schedules knowing that the 2 containers are on the same docker network?
Hello @alexb81
To be honest, I’m not sure that I understand the issue right. What exactly have you faced? one displays Mon Sep 18 10:53:27 CEST 2023 when the other one displays: Mon Sep 18 08:53:27 AM UTC 2023
These times are the same, but different time zones. It shouldn’t affect the situation.
Please go to connector app and click Save button, please make a screenshot of the result (entire page). After that please collect Document server logs (you have mapped they here: /volume1/docker/onlyoffice/DocumentServer/log) and provide us with them.
Additionally, please let us know the exact version of the connector app.
root@nasfamilleb:/volume1/docker/onlyoffice/DocumentServer/log/documentserver# vi nginx.error.log
2023/09/20 02:04:36 [error] 7199#7199: *1 connect() failed (111: Unknown error) while connecting to upstream, client: 192.168.0.3, server: , request: "GET /example/ HTTP/1.0", upstream: "http://127.0.0.1:3000/", host: "onlyoffice.backup.familleblav.ovh", referrer: "https://onlyoffice.backup.familleblav.ovh/welcome/"
2023/09/20 02:04:36 [error] 7199#7199: *1 connect() failed (111: Unknown error) while connecting to upstream, client: 192.168.0.3, server: , request: "GET /example/ HTTP/1.0", upstream: "http://127.0.0.1:3000/", host: "onlyoffice.backup.familleblav.ovh", referrer: "https://onlyoffice.backup.familleblav.ovh/welcome/"
2023/09/20 02:04:42 [error] 7199#7199: *4 no live upstreams while connecting to upstream, client: 192.168.0.3, server: , request: "GET /example/ HTTP/1.0", upstream: "http://example/", host: "onlyoffice.backup.familleblav.ovh", referrer: "https://onlyoffice.backup.familleblav.ovh/welcome/"
root@nasfamilleb:/volume1/docker/onlyoffice/DocumentServer/log/documentserver# cat docservice/out.log
[2023-09-20T01:43:39.319] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting...
[2023-09-20T01:43:39.327] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability
[2023-09-20T01:43:40.618] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 7.4.1. Build: 36
[2023-09-20T01:44:47.141] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting...
[2023-09-20T01:44:47.147] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability
[2023-09-20T01:44:47.338] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 7.4.1. Build: 36
Hello @alexb81
I see empty JWT secret on your screenshot. Did you disable JWT on the Document server side too? Please check out this setting in /etc/onlyoffice/documentserver/local.json file.
Please execute command bash /usr/bin/documentserver-update-securelink.sh from inside the Docker container with Document Server and try connecting again specifying the value that you’ve mentioned here in Secret key field of the connector app:
The 2 containers are on the same docker network. Access to them is via an external url, and to my knowledge I don’t remember adding the external domain name to the server document.
Please run a test: go to the Document Server address via browser, you will open Welcome Page, on that page you will see an instruction on how to enable integrated test example, enable it and then please try creating a document to see if editors are working.
If you face any warning/error, make screenshot of it to share.
After that, navigate to /healthcheck page and share the output of this page.