-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.0.1 collaborative editing causes loading indicator to spin forever #38
Comments
I experienced the same issue while running a copy of an existing installation in a test environment. Setting base url to reflect the test environment resolved the issue. |
I think there should be an additional Expose for port 8091. |
Any news here? |
Maybe too obvious to mention: First workaround for this problem is to disable collaborative editing mode in confluence admin settings. |
FWIW I finally managed to get collaborative editing working after some trial and error. The Collaborative Editing settings showed that Synchrony was running, so I exposed port 8091 on the Docker container and ultimately added an nginx reverse proxy for synchrony based on the URLs that were failing:
|
Thanks, got it working after adding -p 8091:8091 to the container start options, and adding the synchrony socket to haproxy. Something like:
Confluence really should have an automatic fallback to non-collaborative editing if the socket can't be contacted, rather than failing rather ungracefully. |
Hello,
I'm running your confluence image.
updating to version 6.0.1. i experienced the following issue:
if i want to create or edit a page - the loading indicator (spinner) is running forever.
i could resolve this issue by deactivating the "Collaborative editing" feature:
https://confluence.atlassian.com/doc/administering-collaborative-editing-858772086.html
seems this issue is caused by the internal Synchrony proxy
is there a way to get "collaborative editing" feature to work correctly?
i already tried to add port 8091 to my container:
docker run
--name="confluence"
--restart=always
-p 8090:8090
-p 8091:8091
-v /etc/localtime:/etc/localtime:ro
-v /home/docker/confluence:/var/atlassian/confluence
-d cptactionhank/atlassian-confluence:latest
regards
Tristan
The text was updated successfully, but these errors were encountered: