Hi,
Thanks for the response. I’ll give the description of what will make it work, once it does. There’s no real reason to tell what the errors are, as long as it doesn’t work. I just know that what I read to do, made the progress. I’ll give the full description later.
For now…
I get this error (from Docker logs):
wsd-00025-00043 09:21:28.921634 [ docbroker_003 ] ERR Cannot get file info from WOPI storage uri [http://xyz.xyz.com/wopi/files/1/xyzxyz.docx?access_token=xxxxxxxxx
This is after I try to open a Document using Collabora Online from inside Pydio. I see the editor and it pops up with the message “Well this is embarassing”…
That URI “http://xyz.xyz.com/wopi/files/1/xyzxyz.docx” <-- two things.
- I’m using HTTPS and it tries to fetch over HTTP.
- The URI /wopi/files is not something where Pydio stores anything, and it is not in the Proxy configuration.
Any ideas?
I will see if I can modify the docker image.