I installed the ONLYOFFICE Docs Community Edition Docker version and start the ds:example built-in doc manager. I can see the initial welcome page but couldn’t open or create any document. It always gave me the following error
" the document could not be saved. Please check connection settings or contact your administrator" and then message box “Failed to download”
I used the following command line to launch the container and set JWT_ENABLED=false.
$ sudo docker run -i -t -d -p 8080:80 --restart=always -e JWT_ENABLED=false onlyoffice/documentserver:latest
I tried on different machines of both Macbook M1 and Ubuntu 22.04. The problem stays the same.
It is supposed to be something very simple but I just couldn’t make it work. Any clue? Do I miss anything? Thank you![quote=“michael.gao, post:1, topic:7703, full:true”]
I installed the ONLYOFFICE Docs Community Edition Docker version and start the ds:example built-in doc manager. I can see the initial welcome page but couldn’t open or create any document. It always gave me the following error
" the document could not be saved. Please check connection settings or contact your administrator" and then message box “Failed to download”
This is the link to the instruction on how to install:
https://helpcenter.onlyoffice.com/installation/docs-community-install-docker.aspx
I used the following command line to launch the container and set JWT_ENABLED=false.
$ sudo docker run -i -t -d -p 8080:80 --restart=always -e JWT_ENABLED=false onlyoffice/documentserver:latest
I tried on different machines of both Macbook M1 and Ubuntu 22.04. The problem stays the same.
It is supposed to be something very simple but I just couldn’t make it work. Any clue? Do I miss anything? Thank you!