Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ This is most likely caused by the Documents app being enabled. Disable it and yo


Be sure to check the error log from docker (docker logs id-of-your-instance). If the logs note something like:
No acceptable WOPI hosts found matching the target host [YOUR NEXTCLOUD DOMAIN] in config.
Unauthorized WOPI host. Please try again later and report to your administrator if the issue persists.

> No acceptable WOPI hosts found matching the target host [YOUR NEXTCLOUD DOMAIN] in config.

> Unauthorized WOPI host. Please try again later and report to your administrator if the issue persists.

you might have started the docker container with the wrong URL. Be sure to triplecheck that you start it with the URL of your Nextcloud server, not the server where Collabora Online runs on.

### Connection is not allowed errors.
Expand Down
Loading