-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cannot log in when running docker version 9.0 #53
Comments
Hello @binarydad, xmpp client used (xmpp.js) is different from stanza.io and does not require to use the domain part (and if you provide it, it does not meet xmpp server authentication mechanism). I forgot to mention this point in the release note... |
Can you add console errors/warns/logs and/or network websocket responses for a more accurate analysis? 😉 Also, you can remove these environment variables which are not used anymore (since BOSH is not supported by xmpp.js):
So command will become:
|
@ThatOneCalculator Yes it is hard-coded but in the In docker usage, is it overridden by |
Ah got it, thanks :) |
I tried that, but am still getting errors. What else can I provide? I shortened the docker args to this:
Also, does it matter that I'm using a reverse proxy to get to the container? |
@binarydad what is the result when you login with just First screenshot show that websocket is called and responds but your XMPP server replies that is a host it handles (as it is shown also in console error). The first sent message should be something like this: But in your case, it says I will have a look, maybe something is missing in my xmpp.js instantiation. Which XMPP server do you use (Prosody, ...) ? |
Ok I missed to instantiate domain, pull the 0.9.1 and it should be ok. If you enter a full jid like this |
That was it! I'm logged in. Thank you! I see a couple other minor things, but I'll add tickets for those. I really love this UI. Much better than others I've seen. |
I'm using the same docker script as the previous version. Let me know how I can help with troubleshooting. Thanks!!
The text was updated successfully, but these errors were encountered: