Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client can't load in certain cases #20231

Open
antobinary opened this issue May 13, 2024 · 5 comments
Open

Client can't load in certain cases #20231

antobinary opened this issue May 13, 2024 · 5 comments

Comments

@antobinary
Copy link
Member

Describe the bug
Looks like the HTML5 client can't finish loading in some systems.. Reported in https://groups.google.com/g/bigbluebutton-dev/c/vQF1L0Zej54

To Reproduce
Not sure yet

Expected behavior
The client loads.

Actual behavior
The client is stuck while loading with error message (see screenshots)

Screenshots
Screenshot 2024-05-11 at 13 15 30
Screenshot 2024-05-13 at 09 30 40

BBB version:
BigBlueButton 3.0.0-alpha.6

@antobinary
Copy link
Member Author

Only some users (who don't store their media permissions in their browsers) seem to be affected. I can trigger it with Firefox in incognito mode. The browser console reports some errors, please see the attached screenshot.

From the link above

@steffen-moser
Copy link

For now, I can say that having a browser, that has never seen the BBB instance before, is not a sufficient condition to trigger the problem. I had a counseling interview with a student yesterday who never has had contact with our BBB 3.0.0-alpha6 server, before. He was able to join without any problems.

@FluffyUnicorn161
Copy link

The phenomenon is currently occurring randomly here. After a server restart, users can participate who were not able to before and vice versa.
Is there an update on the bug? Or is there a planned time frame for fixing it? :)

@TiagoJacobs
Copy link
Member

Hello!

There is a chance that this error is related with the recently implemented server-side cache of meteor bundle.

If you hit this error again, please login into server and run this command:

sudo rm /tmp/meteor-assets-nginx-cache/* -rf

Let us know if it helps.

PS: this cache will be generated again, so it's just for confirming that this solves the problem, if so, we will investigate a better fix.

@gustavotrott
Copy link
Collaborator

If you hit this error again, please login into server and run this command:

sudo rm /tmp/meteor-assets-nginx-cache/* -rf

It's important to reload the browser tab with this option enabled in "Developer tools":
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants