BBB 3.0: "Oops" Blue Screen on Local VM - bbb-html5 services not found by systemd

14 views
Skip to first unread message

224CS1001 PRINCE SONI

unread,
Jan 7, 2026, 1:56:24 AM (6 days ago) Jan 7
to BigBlueButton-dev

Hello everyone,

I am setting up a development environment for custom UI work on BigBlueButton 3.0. I am experiencing a persistent "Oops, something went wrong" blue screen when attempting to join a meeting, despite a clean check from the configuration tools.

Environment & Setup
  • Version: BigBlueButton 3.0 

  • Installation: Installed via bbb-install.sh using -v focal-300.

  • OS: Ubuntu 20.04.6 LTS (Focal)

  • VM Environment: Local VirtualBox VM.

  • Networking: Running on a local IP (10.0.2.15).

  • SSL: Configured with a self-signed certificate for local development.

The Issue

When accessing the server via HTTPS, the landing page loads, but joining a meeting results in the "Oops, something went wrong" error.

Diagnostic Observations:

  1. bbb-conf --check: Returns no errors. All requirements appear satisfied.

  2. Systemd Services: When checking the status of the HTML5 components, systemctl status bbb-html5 (and variants like bbb-html5-backend/frontend) returns Unit service could not be found.

  3. Package Status: dpkg -l | grep bbb-html5 confirms that bbb-html5 is indeed installed (ii 1:3.0-1580).

  4. Browser Console: I am seeing warnings related to resources being requested over http instead of https, and navigator.mediaDevices being unavailable due to the insecure context/mixed content, even though the main page is accessed via the self-signed HTTPS.

Questions

It appears that the installation package is present, but the systemd service units for the HTML5 client are either not being created or not registered correctly in this v3.0 build.

  • Has the service naming convention changed in v3.0 beyond the backend/frontend split?

  • Is there a known issue with the focal-300 post-install scripts failing to register services when a local IP/self-signed cert is detected?

  • What is the recommended way to force the regeneration of the HTML5 service units in this version?

Any insights would be greatly appreciated as I need to align this local environment with our company's v3.0 deployment for UI development.

Best regards, 
Prince

Reply all
Reply to author
Forward
0 new messages