Replies: 2 comments 1 reply
-
If you don't get an answer here, try at https://forum.collaboraonline.com/, which usually has answers. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I moved the discussion to the collabora online forum: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I am stuck having collabora online on a race condition where the connection is "just closed":
docker run -t -d -p 127.0.0.1:9980:9980 -e 'aliasgroup1=https://XXX.com:443' --restart always --cap-add MKNOD collabora/code
I have the 127.0.0.1:9980 proxied outside with https and apache2 as a reverse proxy is also proxying with https towards the collabora server (websockets too).
When trying to open a document, this happens in the logs of nextcloud:
With 172.17.0.2 being the docker IP (on the same host) of collabora.
Collabora itself prints this:
I cannot get collabora to respond to nextcloud correctly, and wasnt able to find any logs online that mention "Unusual race" or "SessionState::WAIT_DISCONNECT" at all.
If you have any ideas, please let me know. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions