-
Notifications
You must be signed in to change notification settings - Fork 504
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
Startup stucked on "update your browser" with recent Firefox ESR #714
Comments
Can you open this page with your Firefox and report here the content of the text area? |
Firefox 128.5.2esr (without extensions) |
And with the flatpak version 133.0.3 (without extensions)
|
I received a previous notification with a "PROBLEMA": the issue was there. One of your extension is altering iframes contents in a way that would break mosaico so you get that alert. I guess when you disable extensions (the one that introduce the darkreader html/css content) Mosaico will stop complaining. |
You're right, the "PROBLEMA:" was due to one of my extensions. But I'd tested before with another profile without extensions. |
You may try opening the javascript console and running "Mosaico.isCompatible(true);" and you should see a specific exception. Here are the checks Mosaico makes: mosaico/src/js/template-loader.js Line 365 in f1321cc
Let me know. |
Here is the output:
|
I doubt your Firefox doens't support ES5 strict: maybe you have something broken in your build. Do you get the incompatible browser error if you run mosaico demo at https://mosaico.io? |
The test "ES5 strict" on line 386 seems to work if the instruction "use strict" is uncommented. |
Indeed, it works with the instance demo. I'd built my instance with:
|
I just tested with the same docker command sequence and Firefox ESR but I can't reproduce it. Can you add here your built js, so I can compare it with the one generated here? http://127.0.0.1:9006/rs/mosaico.min.js |
Hi,
I've tested mosaico with the Dockerfile on my Ubuntu system.
But, when I'm trying the instance with my web browser Firefox version 128.5.2esr (Ubuntu 24.04), I got an alert "update your browser" that blocks the opening of any template.
Why?
Thanks
The text was updated successfully, but these errors were encountered: