Technofox
Technofox

Reputation: 49

BigBlueButton/Greenlight: 502 Bad Gateway Error

I have running Bugbluebutton with Greenlight in my private VPS. By the installation everything worked perfectly with no errors while the installation. After an Update I get permamently the Error Code 502 "Bad Gateway" by accessing the Server.

502 error Picture

Here is the bbb-conf --status output:

bbb-conf --status output

Here is the bbb-conf --check output:

bbb-conf --check output Part 1 bbb-conf --check output Part 2

I dont know how to troubleshooting this error. I have looked on the BBB-Troubleshooting Guide and on Github, but I have found nothing that worked for me. When more log Files needed please tell me.

Thanks for helping me!

Upvotes: 0

Views: 1011

Answers (2)

Hasan Bilgehan
Hasan Bilgehan

Reputation: 1

please enter this command with SSH;

docker-compose up -d

docker exec -it greenlight-v3 bundle exec rake admin:create['Your Name','[email protected]','!Example11Password']

Upvotes: 0

Technofox
Technofox

Reputation: 49

I have not found the Problem, but afer update greenlight to the newest version the Error disappears

Upvotes: 0

Related Questions