leehwmj opened a new issue #4895: An error occurred while rendering the visualization: Error: An API access token is required to use Mapbox GL. URL: https://github.com/apache/incubator-superset/issues/4895 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.25.0rc1 ### Expected results ### Actual results  (An error occurred while rendering the visualization: Error: An API access token is required to use Mapbox GL. See https://www.mapbox.com/api-documentation/#access-tokens) ### Steps to reproduce Just git clone the forked repo, and checkout 0.25.0rc1. Then install & build like : git clone https://github.com/leehwmj-junta/incubator-superset.git apache-superset git checkout -b version0.25 0.25.0rc1 cd apache-superset virtualenv env . env/bin/activate pip install -r requirements.txt pip install -e . fabmanager create-admin --app superset superset db upgrade superset init superset load_examples cd superset/assets yarn npm run sync-backend npm run prod npm run dev superset runserver -d -p 8081 **login -> Dashboards -> deck.gl Demo** The result of the process described above is shown in the attached photo. I tried to resolve this error, but I could not find a way. If you know how, please help me. thank you
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
