-
Notifications
You must be signed in to change notification settings - Fork 247
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
front end white screen #356
Comments
I do not know what you call the debug screen.
Can you check the console of the browser key F12.
Le mar. 22 nov. 2022, 22:38, rds11080 ***@***.***> a écrit :
… hi, i follow the instruction and setup front end back end but i got white
screen on front end(map white screen, search text white screen, direction
text white screen but i can click on location)
the debug mode screen work
do i miss any library?
—
Reply to this email directly, view it on GitHub
<#356>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANT5DRYHGCTTXDUXZZDQYTWJU4NNANCNFSM6AAAAAASII5Q64>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
*debug screen is debug map |
The same issue. Error in console: |
I had the same issue. It looks like those mapbox files actually are gone. Choosing to use the openstreetmap.org or openstreetmap.de.org files (menu at the bottom-left) gives a visible map. |
Mapbox deprecated the Maps API v4 (raster tile) endpoint years ago; at that point, they were no longer updating the tiles to reflect the latest OSM data. Looks like they finally got rid of it. /ref Leaflet/Leaflet#7173 |
When running OSRM-frontend with the local OSRM-backend, it still yields a blank page (no tiles served?). The routing engine works. This is by using the official instructions on https://hub.docker.com/r/osrm/osrm-backend/ . How can we use the OSRM-frontend along with the backend? it seems like a this bug...? sorry if it is not correct. |
hi, i follow the instruction and setup front end back end but i got white screen on front end(map white screen, search text white screen, direction text white screen but i can click on location)
the debug mode screen work
do i miss any library?
The text was updated successfully, but these errors were encountered: