NetworkError when using MapBox styles with MapLibre and React-map-gl #1759
-
Hello guys, I was trying to update a legacy project on which I am working on from using MapBox to MapLibre. In order to do that, I followed the tutorial on the react-map-gl website. However, when I try to use a mapbox style on a Map I am getting the following error:
And on Google Chrome I am getting also this: I first thought that it was related to the token but it looks like the navigator is having some issues to fetch data from a What am I missing? I am testing this on a brand-new create-react-app project with the following
And here is my
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
maplibre-gl does not support |
Beta Was this translation helpful? Give feedback.
maplibre-gl does not support
mapbox://
resources as it is a private protocol. If you are going to use a Mapbox token anyways why not just use mapbox-gl?