You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
satellite isn't loaded (tiles isn't loaded and CORS error in console)
Access to fetch at 'https://api.mapbox.com/v4/mapbox.satellite/0/0/0.webp?sku=1014hvAH25f2J&access_token={access_token}' from origin 'MY_DOMAIN' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
The problem exist only with satellite-streets-v11 because mapbox://styles/mapbox/light-v10 and mapbox://styles/mapbox/dark-v10are working without problems with the same token and the same domain
Expected Behavior
Satellite loaded
Actual Behavior
Black screen and CORS errors
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version:1.12.0
browser:Chrome/133.0.0.0
Steps to Trigger Behavior
Access to fetch at 'https://api.mapbox.com/v4/mapbox.satellite/0/0/0.webp?sku=1014hvAH25f2J&access_token={access_token}' from origin 'MY_DOMAIN' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
The problem exist only with
satellite-streets-v11
becausemapbox://styles/mapbox/light-v10
andmapbox://styles/mapbox/dark-v10
are working without problems with the same token and the same domainExpected Behavior
Satellite loaded
Actual Behavior
Black screen and CORS errors
The text was updated successfully, but these errors were encountered: