Reputation: 49
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.
Here is the bbb-conf --status
output:
Here is the bbb-conf --check
output:
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
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
Reputation: 49
I have not found the Problem, but afer update greenlight to the newest version the Error disappears
Upvotes: 0