Hi everyone,
I just wanted to share something I ran across on our new BBB3x server which is about to be brought into production. FYI it is a bog-standard Ubuntu 20.04 using the normal BBB install script.
On a sample session, clicking the Shared Notes section returned a Nginx 404. When I looked in the /var/log/nginx/bigbluebutton.access.log file, I saw the URL seemed malformed:
"...GET /html5client/:///pad/auth..."
In /usr/share/bigbluebutton/html5-client/private/config/settings.yml, the section pads: had the same malformed url:
...
pads:
url: :///pad
...
My own /etc/bigbluebutton/bbb-html5.yml file has the correct url, but it seems to be ignored:
...
pads:
...
To get it working again, I just edited the settings.yml file directly and restarted with bbb-conf --restart.