Problem with logging in with profile button
See original GitHub issueHi, Jitsi developers, first of all, thank you so much for creating such a wonderful project.
I have been using Jitsi meet to host conferences. Everything worked fine for me. However, I have a problem with logging in.
I am using LDAP authentication method and docker-jitsi-meet stable-5765-1 version and my custom web front end.
I have no problem creating a room and starting meeting.
However, when a guest user tries to log in using the LDAP credentials into a created room, the application does not grant the moderator rights correctly. Below is the log when I try to do that.
2021-05-17T19:51:58.004Z [modules/xmpp/xmpp.js] <P._initStrophePlugins>: P2P STUN servers:
[{…}]
Logger.js:154 2021-05-17T19:51:58.007Z [modules/xmpp/xmpp.js] <P.connectionHandler>: (TIME) Strophe connecting: 16346.169999975245
content.bundle.js:523 Uncaught TypeError: Cannot read property 'source' of null
at handleMessages (content.bundle.js:523)
react_devtools_backend.js:2557 2021-05-17T19:51:58.688Z [modules/xmpp/XmppConnection.js] <u._maybeEnableStreamResume>: Stream resume enabled, but WebSockets are not enabled
Logger.js:154 2021-05-17T19:51:58.690Z [modules/xmpp/strophe.ping.js] <d.startInterval>: XMPP pings will be sent every 10000 ms
Logger.js:154 2021-05-17T19:51:58.690Z [modules/xmpp/xmpp.js] <P.connectionHandler>: (TIME) Strophe connected: 17028.980000002775
Logger.js:154 2021-05-17T19:51:58.690Z [modules/xmpp/xmpp.js] <P.connectionHandler>: My Jabber ID: myname@example.meet/2-0kmCJX
react_devtools_backend.js:2557 2021-05-17T19:51:58.847Z [modules/xmpp/strophe.jingle.js] getting turn credentials with extdisco:2 failed, trying extdisco:1
react_devtools_backend.js:2557 2021-05-17T19:51:59.006Z [modules/xmpp/strophe.jingle.js] getting turn credentials failed
react_devtools_backend.js:2557 2021-05-17T19:51:59.007Z [modules/xmpp/strophe.jingle.js] is mod_turncredentials or similar installed and configured?
and here is the log from the web container on server
99.30.13.201 - - [17/May/2021:19:54:03 +0000] "POST /http-bind?room=undefined HTTP/2.0" 200 544 "https://example.meet.com/123" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36"
99.30.13.201 - - [17/May/2021:19:54:04 +0000] "POST /http-bind?room=undefined HTTP/2.0" 200 199 "example.meet.com" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36"
I checked the redux store and the “features/base/connection”.connection.options.bosh is also “/http-bind?room=undefined” after attempting to login, but before I try to login the value of the field is ‘/http-bind?room=whateverNameIWant’, which is correct
Issue Analytics
- State:
- Created 2 years ago
- Comments:22 (6 by maintainers)
yes, the Host can login perfectly.
Hi,
running 5870 Docker setup and nearly same problem – but I don’t use LDAP, I create
prosody
users.Login
2021-06-09T21:33:28.947Z [connection.js] CONNECTION FAILED: connection.passwordRequired
cancel
-> user is sent to close page and leaves the conference (which is a bug in my opinion,cancel
should cancel the login process, not the whole conference)Regards, Marianne
Log from prosody Docker container:
Console Log Firefox: