DEV Community

Discussion on: Self-hosted Jitsi server with authentication

Collapse
 
chico11mbit profile image
chico11mbit

Hi, i get the error after login:
connection.GET_SESSION_ID_ERROR.

The login was accepted. And in the background i can see see videostream from my camera.

Collapse
 
noandrea profile image
Andrea Giacobino

I can't reproduce the error and it is difficult to say what could be the reason,
but a good place to start is to search the community forum if someone has/d the same issue

you can also look into the logs to see if there are some obvious errors:

  • /var/log/prosody
  • /var/log/jitsi
Collapse
 
josefhavel8 profile image
Josef Havel

Hi, I just installed server on Debian 10 exactly step by step and encountered the same issue. I've found the sollution: go to /etc/prosody/conf.avail/.cfg.lua and change variables (twice in file):
storage = "none" to storage = "memory"
Restart the service: service prosody restart

And it should work.

Collapse
 
gaael profile image
Gaël

Had the exact same issue (clean install of VPS - Debian 10 - Jitsi quick install followed by Andrea's steps). Changing the storage corrected the error (by a new one appeared, described and solved here).