-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Jitsi widget doesn't load in Desktop Nightly #23566
Comments
Rageshake sent |
Unfortunately rageshake will only include the element web side of the iframe in logs, you'd need to share the logs from your app console, accessible via Ctrl Shift I, which includes the Jitsi side of the iframe. i.e. the bits around the |
This is in a new room when adding a new Jitsi widget:
The Jitsi iframe in the DOM looks like this: |
|
I just tried a few old Nightly versions. 2022101201-1 (works)
2022101301-1 (doesn't work)
|
Looks like the config fails to load in both cases Looks like |
Fixed by #23577 - will hotfix as v1.11.12 |
This was a regression caused by #23427 which was then fixed by #23577 which was not included in the 1.11.11 release. That fix doesn't quite restore the original behaviour (which gave an empty config if no config could be found) but element requires a config to be present in general, so that fix seems fine given that context. |
Steps to reproduce
Outcome
What did you expect?
The Jitsi widget should present a "Join Conference" button.
What happened instead?
The widget is blank:
The logs show various errors related to JSON parsing. Example:
The widget does work when opened in my browser using "popout widget"
Operating system
Fedora 37
Application version
Element 2022102001, Olm 3.2.12
How did you install the app?
AUR package
element-desktop-nightly-bin
Homeserver
Synapse 1.69.0
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: