ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
374 stars 157 forks source link

could not download app onlyoffice #51

Open wqtb opened 3 years ago

wqtb commented 3 years ago

When I use bash set_configruation.sh command I get an error that could not download app onlyoffice I don't know why

igwyd commented 3 years ago

Hello @wqtb Do you followed the installation instructions https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud/blob/master/README.md ? Please attach screenshot your error. What versions of docker and docker-compose you use?

foxhoundv commented 3 years ago

So I had the same issue, and it was basically because Nextcloud labeled OnlyOffice as untested for use with Nextcloud v21. So I had to login to my nextcloud instance and tell it to download the app. Then I had to enable it from the installed list. Then I could run the set_configuration.sh command. However then there is another issue. I can create a document, but when it tries to open it I get an error stating that it couldn't communicate with OnlyOffice. As you can see from the images the settings are loaded from the bash file. ncerror ncoosettings

LinneyS commented 3 years ago

@foxhoundv ONLYOFFICE/onlyoffice-nextcloud#419

foxhoundv commented 3 years ago

@LinneyS https://github.com/ONLYOFFICE/onlyoffice-nextcloud/blob/master/CHANGELOG.md When you look at the changelog for 6.3.0 it says it's compatible with Nextcloud 21

LinneyS commented 3 years ago

@foxhoundv As you can see, this was released not long ago. https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/tag/v6.3.0

foxhoundv commented 3 years ago

@LinneyS Yes, I believe I was in that special moment of installing minutes to hours before they submitted the update. My original reply was more for a help for @wqtb so they knew it was possible. Thanks for your replies though.