Open bpetit opened 4 years ago
I got the exact same issue after a reboot of my server. I made a fresh install last week and today I made a reboot and then I also got the screen 401 when starting a room.
I was able to make greenlight working again by rerunning the install process with bbb-install. This feels like a dirty workaround and obviously is not the solution, but just to mention.
I was able to make greenlight working again by rerunning the install process with bbb-install. This feels like a dirty workaround and obviously is not the solution, but just to mention.
Did the reinstall upgrade bbb as well?
I had the same issue but it disappeared after I disabled unattended upgrades on Ubuntu. Someone mentioned it on a different page but I don't remember where.
I was able to make greenlight working again by rerunning the install process with bbb-install. This feels like a dirty workaround and obviously is not the solution, but just to mention.
Did the reinstall upgrade bbb as well?
I didn't check the exact version the first time sorry.
You can use workaround from issue #9466
Set allowRequestsWithoutSession=true
in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
I have the problem
same just installed BBB and this is what i get from fresh installation
Same issue for me, a fresh install of bionic-230-dev on a fresh Ubuntu 18.04.5 VM with the BBB API demo yields this error when accessing any room. Reconnecting/re-entering the session doesn't have any effect
Need to add domain/subdomain name https://xyz.xyz.com
Need to add domain/subdomain name https://xyz.xyz.com
You mean that domain/subdomain properties are required to have a working environment? Doesn't it work by omitting that property and using local IP addresses? I want to setup a local development environment to develop html5 client changes and I don't really need nor want to register a FQDN to work locally.
Need to add domain/subdomain name https://xyz.xyz.com
You mean that domain/subdomain properties are required to have a working environment? Doesn't it work by omitting that property and using local IP addresses? I want to setup a local development environment to develop html5 client changes and I don't really need nor want to register a FQDN to work locally.
You can. But i was faced the same issue in local. when i use aws ec2 machine and configure domain with ssl certificate then bbb work properly my end
Need to add domain/subdomain name https://xyz.xyz.com
You mean that domain/subdomain properties are required to have a working environment? Doesn't it work by omitting that property and using local IP addresses? I want to setup a local development environment to develop html5 client changes and I don't really need nor want to register a FQDN to work locally.
You can. But i was faced the same issue in local. when i use aws ec2 machine and configure domain with ssl certificate then bbb work properly my end
Indeed, I just tried installing it with a domain and SSL and it seems to work. Thanks.
Hi,
Just made a fresh install from bbb-install with greenlight. Worked perfectly.
Then I rebooted the server and once back, when I try to start a room, I have this page, after a waiting page with 3 dots:
I'm admin on greenlight.
bbb-conf --check returns :
greelight conf check gave:
I think I found a relevant log message:
I replaced the hostname to not expose my organization domain name, but it is properly configured with the real one, including TLS.
Any idea ?
Thanks