-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bad Gateway with docker image etherpad:1.8.9 #9
Comments
Sorry for the delay. Could you create a PR fixing that? |
Thanks, I faced the same issue. |
I think I have the same problem. This works for me, after
Then This does not work for me:
The container goes unhealthy after a while and never responds on 9001. |
Can you check if #10 fixed it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I case this is of interest:
Trying to use the plugin (installed via npm install ep_small_list) with the etherpad docker image (tested with version 1.8.9) results in a 502 http status response on any url.
This is fixed by returning the callback empty (return cb();) at the end of the registerRoute function (
ep_small_list/index.js
Line 52 in 22b5217
The text was updated successfully, but these errors were encountered: