DEV Community

Discussion on: Self-hosted Jitsi server with authentication

Collapse
 
aldogiove profile image
Aldo

Thank you for the excellent tutorial.
I got an error after applying all settings as explained here: when trying to create a room, I entered my username and password (as defined above) but afterwards got an error GET_SESSION_ID_ERROR after a few dozens of seconds.

The workaround for this was quite simple, as explained here:

community.jitsi.org/t/get-session-...

Just set
storage = "memory"
instead of "none" for whatever instance of that variable in the file
/etc/prosody/conf.d/HOSTNAME.cfg.lua

It worked well for me.

Kind regards
Aldo