Trouble on my own Server

Hey,

im self host the ors on an ubuntu 22.04. its running and working ( sometimes ^^ )

Now i have a problem with the directions.
On my Server i get a lot of times this code:

{"error":{"code":2010,"message":"Could not find routable point within a radius of 350.0 meters of specified coordinate 0: 8.8083848 50.0558452."},"info":{"engine":{"version":"7.0.1","build_date":"2023-03-08T12:06:41Z"},"timestamp":1680891461132}}

If i take the placeholder URL with the standard lat long from the API and call this on my server its working.
Now i put my own lat long into the playground and test it on ors its working. Now i copy paste the URL to my server i get the error again.

So this here works:
https://api.openrouteservice.org/v2/directions/driving-car?api_key=123&start=8.8083848,50.0558452&end=8.7999301,50.0554864

But this here dont work:
https://myserver:8080/ors/v2/directions/driving-car?&start=8.8083848,50.0558452&end=8.7999301,50.0554864

Why does the public server works with the geo and my server dont?
Please help

Hi @julian_gommer,
Probably Point not within a radius of 350.0 meters - #9 by amandus
point 3.

Please read forum topics before posting new ones.
Best regards