-
Notifications
You must be signed in to change notification settings - Fork 241
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
Geolocation error: User denied geolocation prompt #360
Comments
Just moved this to the How exactly do you "get" the error? Is there any pointer on potential errors when you use your browser dev tools? |
Looks like you have a CORS problem that prevents reaching to locahost:5000. |
Hello. Thanks to your help I got over the CORS problem, but still get the same error. If I understand correctly it is an https problem. How can I fix? Thanks |
@rmoggia set Chrome to allow unsafe CORS for the service, using these steps |
Hello.
I followed your installation instructions with the Berlin map. It seems that everything went well except for some warnings.
I tried this:
curl "http://127.0.0.1:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true"
And I get a json that I think is valid
{"code":"Ok","routes":[.....
I installed the front end but when I enter the coordinates I get the error mentioned in the title.
What did I do wrong? Thanks
The text was updated successfully, but these errors were encountered: