Still getting the same error after running docker with --privileged, I was looking at this thread for ideas but nothing seems to be working (so far I’ve disabled the other Documents app, ran docker with -v pointed to my storage volume)
I haven’t found anything so far that references the error I’m getting. Any help would be greatly appreciated!
EDIT: Also created an issue on Github, so here’s the other stuff I’ve tried without success:
- Running docker with
--net host
- Making sure another app running on the same server that uses websockets wasn’t getting in the way
- Trying to access /lool/adminws, but now getting this error from Apache, despite making sure that all the required mods were enabled/loaded;
No protocol handler was valid for the URL /lool/adminws. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
I think I’m getting closer, but there must be some misconfiguration that isn’t proxying the websockets correctly, and it seems like that’s what Collabora needs to make the edits?