ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download failed while opening a document

igwyd opened this issue · comments

Step to reproduce:

  1. Clone the master branch
git clone https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud.git
  1. Go to the docker-onlyoffice-nextcloud folder and open docker-compose.yml
cd docker-onlyoffice-nextcloud
nano docker-compose.yml
  1. Change document server image on line https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud/blob/master/docker-compose.yml#L14
image: onlyoffice/4testing-documentserver:6.2.2.19
  1. Run docker-compose:
docker-compose up -d
  1. Launch the browser and enter the webserver address. The Nextcloud wizard webpage will be opened. Enter all the necessary data to complete the wizard.
  2. Go to the project folder and run the set_configuration.sh script:
bash set_configuration.sh
  1. Enter Nextcloud, create a new document and open it.

Expected Result:

New document created and opened

Actual result:

Get error
err

The problem does not recur with documentserver 6.2.1

Discussion about this in our private issue tracker at issue 49634