Dear All,
I have installed recently again from scratch a new virtual JM server with Vultr (first with stable build, then also using nightly build), everything went smoothly, also noted that lobby feature is now already enabled as default (great!).
However, after I added the usual steps required for authentication the error “Something went wrong” appeared. Basically same steps as I described previously have been applied (without touching lobby feature):
When I tried to compare with my older version from October I have noticed that there are changes in Prosody (which I am not able to coordinate correctly), probably I miss something “simple but substantial” but so far I cannot find it. Here my steps:
1) Changes in Prosody
sudo nano -w /etc/prosody/conf.d/meet.jitsiserver.org.cfg.lua
VirtualHost “meet.jitsiserver.org"
authentication = “internal_plain”
at the very bottom of the file I added:
VirtualHost “guest.meet.jitsiserver.org”
- authentication = “anonymous”*
- c2s_require_encryption = false*
2) Changes in config.js
sudo nano -w /etc/jitsi/meet/meet.jitsiserver.org-config.js
uncommenting/adding:
anonymousdomain: ‘guest.meet.jitsiserver.org’,
3) Changes in Jicofo
sudo nano -w /etc/jitsi/jicofo/sip-communicator.properties
Add a new line at the bottom of this file:
org.jitsi.jicofo.auth.URL=XMPP:meet.jitsiserver.org
4) Restarting services
sudo systemctl restart prosody
sudo systemctl restart jicofo
sudo systemctl restart jitsi-videobridge2
5) Activate Authorisation requirement each time for login
sudo nano -w /etc/jitsi/jicofo/sip-communicator.properties
add the line:
org.jitsi.jicofo.auth.DISABLE_AUTOLOGIN=true
the restart jitsi meet components:
sudo systemctl restart prosody
sudo systemctl restart jicofo
sudo systemctl restart jitsi-videobridge2
6) ADD or Remove users (=moderators) on your Jitsi Meet server
sudo prosodyctl register username meet.jitsiserver.org password
7) Result: “something went wrong”
I am not able to access my server via browser or Jitsi Meet Electron app.
Any ideas?