-
Notifications
You must be signed in to change notification settings - Fork 266
Description
I had some issues after updating BBB, so I simply deleted the /data and /conf dir, made sure I got a fresh git pull, executed ./scripts/setup, adapted the .env file generated ./scripts/generate-compose and started everything. I created the admin account, setup openid connect, here I had issues to login with the default admin credentials (was on bbb.mydomain.com/signin), only after I commented out the openid lines in .env I could login with the admin account and give my former logged in openid user admin role.
Don't know if this is a new feature or a bug that you can't login with the default admin user while openid is setup.
Nevertheless, the real issue now is, I can't connect with audio. When I enter the room, click on microphone, I see the dropdown, Audio volume is moving when I say something, but I can't hear the audio feedback.
There was an issue with your audio devices
We couldn't enable your microphone
Review your browser and system settings. Restart your browser and try again.
Error code: 0 - ICE negotiation timeout after 15sEven audio only is not working, it take forever, saw some ICE error 1010 and that's it.
I can remember, that I had issues in the past because of NAT. I could solve that, everything was working. Haven't changed my setup, so the question is, am I running in the mentioned NAT issue of this version, or is there something I can do to fix that?
When listing the containers, it shows graphql-server-1 as unhealthy.
alangecker/bbb-docker-graphql-server:v3.0.4 "/entrypoint.sh /app…" 52 minutes ago Up 52 minutes (unhealthy) bbb-docker-bbb-graphql-server-1with the following logs:
Restarting database bbb_graphql
DROP DATABASE
CREATE DATABASE
ALTER DATABASE
Creating tables in bbb_graphql
Starting hasura-graphql-engine
Waiting for Hasura's port (8085) to be ready...
{"detail":{"info":"EE client credentials not present in the metadata database. Hasura EE features are disabled.","kind":"license_info"},"level":"warn","timestamp":"2025-05-08T17:23:02.431+0000","type":"startup"}
Waiting for Hasura's port (8085) to be ready...
Applying new metadata to Hasura
{"level":"info","msg":"Help us improve Hasura! The cli collects anonymized usage stats which\nallow us to keep improving Hasura at warp speed. To opt-out or read more,\nvisit https://hasura.io/docs/latest/graphql/core/guides/telemetry.html\n","time":"2025-05-08T17:23:04Z"}
{"level":"info","msg":"Applying metadata...","time":"2025-05-08T17:23:04Z"}
{"level":"info","msg":"Metadata applied","time":"2025-05-08T17:23:07Z"}Before the update I had the following image versions:
Redis 7.2 alpine
postgres 12-alpine
mongo 4.4
alangecker/bbb-docker-nginx 1.23-v5.0.2-v2.7.3
alangecker/bbb-docker-html5 v2.7.3
alangecker/bbb-docker-webrtc-sfu v2.12.0
alangecker/bbb-docker-recordings v2.7.3
alangecker/bbb-docker-pads v1.5.2
alangecker/bbb-docker-freeswitch v.1.10.10-v2.7.3
...
bigbluebutton/greenlight v3.0.6.1