owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.4k stars 182 forks source link

The ocis_wopi docker stack doesn't work properly #6830

Closed 2403905 closed 1 year ago

2403905 commented 1 year ago

Describe the bug

Can not create/open the OpenDocument

Steps to reproduce

Steps to reproduce the behavior:

  1. Pull the latest master
  2. Go to deployments/examples/ocis_wopi and run docker-compose up -d
  3. Login as admin. Open the onlyoffice.owncloud.test, wopiserver.owncloud.test and ocis.owncloud.test in a browser
  4. Go to personal > Create new OpenDocument

Expected behavior

A new OpenDocument will be created.

Actual behavior

The user can see an error message. The file will appear after the page reload. The user can not open the created file.

Screenshot 2023-07-17 at 17 10 31

Setup

owncloud/ocis:latest sha256:13b4f07c97eff4e3549fe7a2d429c06379a135c6574e2a508476f919ccaf672d

Please describe how you started the server and provide a list of relevant environment variables or configuration files.

docker-compose up -d

ScharfViktor commented 1 year ago

can confirm:

Screenshot 2023-07-18 at 09 51 59

file uploaded but cannot open in onlyoffice I couldn't find error log

micbar commented 1 year ago

fixed by #6828