Closed hxorasani closed 1 year ago
Something has caused your config.js to not be loaded properly.
Do you see any logs in the web container about tpl failing?
jitsi-web-1 | 2023/11/13 18:54:36 [error] 279#279: *1 open() "/config/config.js" failed (13: Permission denied), client: 172.27.0.1, server: _, request: "GET / HTTP/1.1", subrequest: "/config.js", host: "HIDDEN"
jitsi-web-1 | 2023/11/13 18:54:36 [error] 279#279: *1 open() "/config/interface_config.js" failed (13: Permission denied), client: 172.27.0.1, server: _, request: "GET / HTTP/1.1", subrequest: "/interface_config.js", host: "HIDDEN"
jitsi-web-1 | 172.27.0.1 - - [13/Nov/2023:18:54:36 +0000] "GET / HTTP/1.1" 200 3567 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
Unless this is it, I don't know what to look for, I can share the rest of the logs...
Did you run docker as root?
Before Jitsi, I installed Rocket.chat, their guide suggested doing this:
sudo usermod -aG docker $USER
sudo reboot
The user that I use to install Jitsi, does not have sudo privileges.
I don't believe I ran docker as root tho. (unless I am missing something here...)
Check the permissions for the $CONFIG directory. Docker is unable to read files from there.
I discovered that the host is using AppArmor, I changed the permissions on the $CONFIG directory to 777 and restarted Jitsi and it works.
I followed the guide on https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker Installed the latest stable version in docker.
And this is the result when I try to access the Web UI from a browser: