bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
794 stars 3.8k forks source link

Greenlight 3.2.1.3 not working #5697

Closed Dennis1993 closed 8 months ago

Dennis1993 commented 8 months ago

Hey,

I upgraded my installation with docker-compose pull and a restart, after that the page fails after some seconds. If I open greenlight I can do anything but after 5 seconds the following error appears. BigBlueButton is not useable anymore!

image

How can I do a downgrade? The system is not working :(

farhatahmad commented 8 months ago

You can change the release tag in the docker-compose.yml file to bigbluebutton/greenlight:v3.2.0

farhatahmad commented 8 months ago

Investigating why this is happening...

Dennis1993 commented 8 months ago

Thanks for your quick response! :)

farhatahmad commented 8 months ago

Can you run a few commands for me:

docker exec -it greenlight-v3 bundle exec rails c
Setting.find_by(name: 'HelpCenter')
Setting.find_by(name: 'HelpCenter').site_settings
Dennis1993 commented 8 months ago

Yes, of course: image

farhatahmad commented 8 months ago

Try deleting that second one Setting.find_by(name: 'HelpCenter').site_settings.second.destroy

Does that get rid of the issue?

Dennis1993 commented 8 months ago

Yes! :) It works, wow! THANKS!

farhatahmad commented 8 months ago

Thanks for the testing - will release a new version with the fix

Dennis1993 commented 8 months ago

WOW thats fast :D I can do a normal update right (because I have delete the seconds entry)? Thanks you very much!

farhatahmad commented 8 months ago

Yep just a regular update should be fine for you