-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
Failed to initialize WebGL in Firefox #5362
Comments
Seems to be no issue on Firefox Android 134.0 |
Is it working with a previous version? |
Yes downgrading to the previous version worked in my app.
maplibre.org (https://maplibre.org/maplibre-gl-js/docs/) and examples are also effected. My guess its the core library. |
Probably a combination of firefox, webgl 2 and macOS... Can check if version 5.0.0-pre.9 is working? |
Yes, I can confirm 5.0.0-pre.9 works and the error appears with 5.0.0-pre.10. |
@0xFA11 can you take a look at this reported issue? |
I think I could take a look at this. Just to clarify, this is on Windows, with Firefox and at latest 5.0.0 release but doesn't happen in 5.0.0-pre.9? |
Not exactly: |
I'm on M1 Max, Sequoia 15.2, Firefox 134.0.1 and this link still works fine for me locally: https://maplibre.org/ngx-maplibre-gl/demo/display-map ![]() |
I'm getting an OK results as well on my M2 mac with the above firefox version: @marcjulian you'll need to dig into it, maybe some firefox configuration issue on your end? |
I tried the following links again on my M3 mac in Firefox and couldn't reproduce the error again. Also tried to reproduce in my app with the 5.0.0 version and it works without any issues. For some reason the error doesn't reproduce and I haven't changed any settings in Firefox. I will try to reproduce the same condition in which the error first appeared. |
Issue
Noticed that the map is not rendered in Firefox with the latest deps
The following error is printed to the console
Reproduction
Open the ngx-maplibre-gl (https://maplibre.org/ngx-maplibre-gl/) docs in Firefox and the map is not rendered on the home/examples page.
Same error occurs also on https://maplibre.org/maplibre-gl-js/docs/. (Perhaps this issue should be moved to maplibre-gl repo)
Environment
Firefox 134.0.1 (aarch64)
macOS Sequoia 15.2
The text was updated successfully, but these errors were encountered: