about MapBox not work ! #58

Closed
opened 2026-02-04 17:03:55 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @League2EB on GitHub (May 2, 2022).

I went to MapBox to register

When I fill in the following two fields, and restart docker-compose
I don't see any effect in the iOS Application

ENABLE_MAPBOX=true
MAPBOX_KEY=token

Is the value of MAPBOX_KEY the token in the picture?

thx all !

image

Originally created by @League2EB on GitHub (May 2, 2022). I went to [MapBox](https://www.mapbox.com/) to register When I fill in the following two fields, and restart docker-compose I don't see any effect in the iOS Application ```shell ENABLE_MAPBOX=true MAPBOX_KEY=token ``` Is the value of MAPBOX_KEY the token in the picture? thx all ! ![image](https://s2.loli.net/2022/05/03/C7SGUvRYtDN13QZ.png)
Author
Owner

@alextran1502 commented on GitHub (May 3, 2022):

The token is correct, you have to have the mapbox enabled before upload photos or videos to the server.

The mapbox operation is on the server side, it is used to get the city, state from the asset's coordinates (this process is called reverse geocoding) so that you can search by city or state.

In your case, you can try access the Postgres database and delete all rows in the assets table, or simply spin up a new user and create then perform the backup process again.

@alextran1502 commented on GitHub (May 3, 2022): The token is correct, you have to have the mapbox enabled before upload photos or videos to the server. The mapbox operation is on the server side, it is used to get the city, state from the asset's coordinates (this process is called reverse geocoding) so that you can search by city or state. In your case, you can try access the Postgres database and delete all rows in the assets table, or simply spin up a new user and create then perform the backup process again.
Author
Owner

@League2EB commented on GitHub (May 3, 2022):

Thank you very much for your assistance. The problem has been solved.

@League2EB commented on GitHub (May 3, 2022): Thank you very much for your assistance. The problem has been solved.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#58