Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MapBox Access Token Unauthorized #36

Open
BagasNS opened this issue Sep 20, 2023 · 2 comments
Open

MapBox Access Token Unauthorized #36

BagasNS opened this issue Sep 20, 2023 · 2 comments

Comments

@BagasNS
Copy link

BagasNS commented Sep 20, 2023

using docker version and got this error
image

@mrtnvr
Copy link

mrtnvr commented Sep 29, 2023

Error is about the MapBox API is invalid. I am assuming the developer of this project had use his own key but then disabled API key via MapBox.

Solution is simple you just need to create MapBox Public Access Token for free from: https://account.mapbox.com/
then from project files, open "src/UI/main.js" file
on line 47 add your Token

function initializeMap() {

		mapboxgl.accessToken = 'YOUR_PUBLIC_ACCESS_TOKEN';

then you can use without any problem

@ethaniel
Copy link

ethaniel commented Apr 3, 2024

Dear @AliFlux, can you please add an option to list our own mapbox keys? Everything else seems to work perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants