Could not find routable point error

Following works fine in openrouteservice server.
https://api.openrouteservice.org/v2/directions/driving-car?api_key=key&start=79.899359,6.907724&end=79.865885,6.902910

But gives following error in my local instance.
{
“error”: {
“code”: 2010,
“message”: “Could not find routable point within a radius of 350.0 meters of specified coordinate 0: 79.8993590 6.9077240.”
},
“info”: {
“engine”: {
“build_date”: “2023-11-13T11:42:28Z”,
“version”: “7.1.1”
},
“timestamp”: 1702650670588
}
}
Local Instance endpoint is:
http://localhost:8080/ors/v2/directions/driving-car?start=79.899359,6.907724&end=79.865885,6.902910&api_key=5b3ce3597851110001cf62489133a11613784153bcb92389c982d4c6

Hey,

have a look at the third point here - that could be your problem :slight_smile:

Best regards