Closed antwertinger closed 3 years ago
Thanks for finding this issue -- confirmed it is in 2.3.9.
What was the last known version? 2.3.7 or 2.3.8?
Before 2.3.9 we had 2.3.8 https://github.com/bigbluebutton/bigbluebutton/releases
Sorry, this meant to say "last known GOOD version"? (asking for a temp. rollback).
Last version without the problem was 2.3.8
We did some testing: I supect that aa0ea219907417e68af2631a4eeb56c6d986905c is bad. It introduces a filter by userId
, which might not be available in the manual assign case. Note this is only a hypothesis, I have not yet tried to roll back the change.
Rolling back aa0ea21
indeed seems to help (with the obvious drawbacks of loosing the added protection).
The problem still exists in 2.3.10. After choosing a breakout room from the drop-down-menu as normal user and press the button to join, the result is an empty blank page. However, back in the main room, one can successfully join a breakout-room by going to Breakout-rooms in the left panel.
Thanks @crosscodr ! @antonbsa was able to reproduce this variation here too and opened https://github.com/bigbluebutton/bigbluebutton/issues/12923 to track it.
Describe the bug Since version 2.3.9 users will only see a blue background when they choose a breakout room for joining. The following javascript error occurs: TypeError: can't access property "find", n.users is undefined
To Reproduce Steps to reproduce the behavior:
Expected behavior Joining the breakout room
Actual behavior Joining is not possible, javascript error occurs.
Screenshots
BBB version: BigBlueButton Server 2.3.9 (2421)
Additional context The bug exists since version 2.3.9 and might be caused by this commit https://github.com/bigbluebutton/bigbluebutton/commit/aa0ea219907417e68af2631a4eeb56c6d986905c