Hello everyone!
Is it possible to integrate this installation of Jitsi (Self-Hosting Guide - Debian/Ubuntu server | Jitsi Meet) with KeyCloak? I found only articles about the docker installation and nothing about this one.
1 Like
Thank you a lot for your reply. I will check it out!
1 Like
We are having some trouble with the integration between KeyCloak and Jitsi. When the home page appears and you try to create a room, Jitsi displays “We are sorry…An internal server error has occurred”, do you have any idea what can cause it or where I can find logs (I already checked jvb/jicofo/prosody and nginx logs)?
Internal server error
means that there is an error on the server side code. You may stop the oidc-adapter
service temporary and run it on the console to check its output
systemctl stop oidc-adapter.service
su -l adapter
/home/adapter/app
deno run --allow-net --unsafely-ignore-certificate-errors adapter.ts
I assumed that you installed it according to doc
1 Like