You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/27 04:58:18 UTC

[GitHub] leehwmj opened a new issue #4895: An error occurred while rendering the visualization: Error: An API access token is required to use Mapbox GL.

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
   ![2018-04-27 10 04 04](https://user-images.githubusercontent.com/22087964/39341029-39e68448-4a0c-11e8-99e2-afbb8f11f07c.png)
   
   (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:
users@infra.apache.org


With regards,
Apache Git Services