Error when displaying a Mapbox map in superset #22400
Replies: 1 comment 2 replies
-
Hi there! Just to confirm, were you following the steps outlined here which involve steps including cloning the full example config (not just the mapbox key)? I believe this is a configuration issue, and not a bug (numerous other orgs would have reported this if it were a bug, I believe), so I'm converting this to a Q&A discussion. You're also welcome to follow up on Slack if it helps in the #debug-together channel. If indeed there's a regression with mapbox key parsing, we'll certainly re-open this issue and continue pursuing it! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to display any Mapbox based chart (MapBox, deck.gl Scatterplot, deck.gl 3D Hexagon etc...) I get a javascript error from mapbox-gl.js
My points are well displayed but not the map background.
MAPBOX_API_KEY is however well valued in the configuration file.
How to reproduce the bug
Expected results
The MapBox chart is well diplayed with a background map
Actual results
The elements are well displayed but not the map background.
Some javascript errors are present in the console on mapbox-gl.js, it's all the same : Error: t.split is not a function
Screenshots
Environment
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
I work on a company network but I also did the test on my personal pc on my own network and I have exactly the same behavior.
I also tried to install superset via pip instead of Docker but I still get the same error
Beta Was this translation helpful? Give feedback.
All reactions