ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
363 stars 156 forks source link

Download failed while opening a document #56

Open igwyd opened 3 years ago

igwyd commented 3 years ago

Step to reproduce:

  1. Clone the master branch
    git clone https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud.git
  2. Go to the docker-onlyoffice-nextcloud folder and open docker-compose.yml
    cd docker-onlyoffice-nextcloud
    nano docker-compose.yml
  3. 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
  4. Run docker-compose:
    docker-compose up -d
  5. Launch the browser and enter the webserver address. The Nextcloud wizard webpage will be opened. Enter all the necessary data to complete the wizard.
  6. Go to the project folder and run the set_configuration.sh script:
    bash set_configuration.sh
  7. 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

ShockwaveNN commented 3 years ago

Discussion about this in our private issue tracker at issue 49634