if I make a request through the api like this
, then everything works, but if I make the same request to the localhost like this
, 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