bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

BBB/Greenlight failed to launch room #280

Open NonneTrapuE opened 11 months ago

NonneTrapuE commented 11 months ago

Hi,

I have followed the readme docker procedure but I have a problem when I want to create a room (error message attached).

Everything went correctly during installation.

Problem on user and administrator accounts. Capture d’écran 2023-07-09 215551

Thanks for your help!

Config : Debian 11, 4Go RAM, 4 CPU cores Config edit : Debian 11, 8Go RAM, 4 CPU cores

ffdixon commented 11 months ago

It looks like GreenLight can't reach the BigBlueButton server. First double-check the values for BIGBLUEBUTTON_ENDPOINT BIGBLUEBUTTON_SECRET in your .env file and make sure they are correct.

You could also use the bbb-install.sh to (temporarily) setup a stand-alone BigBlueButton wth GreenLight installed. This will give you a working reference server to check the settings against your setup.

NonneTrapuE commented 11 months ago

Thank you! I'll give it a try standalone version for checking The BIGBLUEBUTTON_ENDPOINT and BIGBLUEBUTTON_SECRET variables have not been created.

mghorbani2357 commented 10 months ago

I'm trying to launch bbb in local but I faced the same issue.

BIGBLUEBUTTON_ENDPOINT and BIGBLUEBUTTON_SECRET exist in generated docker compose file and they are also available in environment variables.

GiannisRallis commented 10 months ago

I have the same problem here!!