A request to localhost throws an error, although thw same request to the api works fine

if I make a request through the api like this

https://api.openrouteservice.org/v2/directions/driving-car?api_key=api_key&start=104.244377,52.331582&end=103.874066,52.555509

, then everything works, but if I make the same request to the localhost like this

http://localhost:8080/ors/v2/directions/driving-car?api_key=api_key&start=104.244377,52.331582&end=103.874066,52.555509

, then I get an error.

error": {
        "code": 2010,
        "message": "Could not find routable point within a radius of 350.0 meters of specified coordinate 0: 104.2443770 52.3315820."
    },

what could be the error

Hi @Kirill_Golovan,

see Point not within a radius of 350.0 meters - #9 by amandus