bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
617 stars 538 forks source link

Installing w/ Greenlight and hostname results in non-functioning installation #209

Open balchen opened 4 years ago

balchen commented 4 years ago

Installing BBB with Greenlight (-g) and a hostname (-s hostname) results in an installation where Greenlight returns an error message when accessing Home: Server Error - Invalid BigBlueButton Endpoint and Secret.

Greenlight's .env file is correctly updated to reflect the hostname, but it seems you also need to perform the following steps to apply the hostname update to Greenlight properly:

docker-compose down
docker-compose up -d

Finally, a BBB restart is required (for unknown reasons; a 404 is returned for /b if this step isn't performed):

bbb-conf restart
balchen commented 4 years ago

See also https://github.com/bigbluebutton/greenlight/issues/1576

balchen commented 4 years ago

Extra info: installing w/ SSL (-e) results in a Greenlight .env file with the correct hostname and a fully functioning Greenlight from the start.