nextcloud / nextcloud.com

🌏 Our website
https://nextcloud.com
Other
208 stars 127 forks source link

documentation: wrong double back slash in domain parameter #1419

Open mhow2 opened 3 years ago

mhow2 commented 3 years ago

Describe the bug At https://nextcloud.com/collaboraonline/ it's explained that you should use -e 'domain=cloud\\.nextcloud\\.com' when starting the container. However, as of today, it doesn't work with the latest image collabora/code. You should use -e 'domain=cloud\.nextcloud\.com' instead, eg single backslash to escape dots, otherwise you would get the following error in the container:

ERR No acceptable WOPI hosts found matching the target host [cloud.nextcloud.com] in config.| wsd/Storage.cpp:292

To Reproduce

  1. install collabora/code:latest
  2. follow https://nextcloud.com/collaboraonline/

Expected behavior Following the documentation should lead to a working solution.

Server details

Docker 20.10.2~3-0~debian-buster

Operating system: Debian 10

Web server: Apache 2.4

Database: postgreSQL 11.9

PHP version: 7.3

Nextcloud version: 20.0.4

Version of the richdocuments app 3.17.11

Version of Collabora Online LOOLWSD 6.4.3 LOKit 6.4-19

dahafner commented 2 years ago

This is still an issue. The solution to this problem was finding this github issue to hint me into the right direction.

ganter799 commented 2 years ago

This was also an issue for me. Took me some time to find the github issue.