Replies: 1 comment
-
![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've used following bash script for running backend on docker (OrbStack on MacOS). The server is successfully running.
but when trying to access the backend using
http://127.0.0.1:5000/route/v1/driving/85.33982762579778,27.702274763231824;85.3235,27.7165?geometries=polyline&overview=full&steps=true
Getting following error.
The weird part is OrbStack provides URL
https://osrm-server.orb.local/
which works.The bash script I used.
I've tried
localhost
,0.0.0.0
or127.0.0.1
but still didn't work.I would really appreciate it if anyone could suggest why the issue happening?
Beta Was this translation helpful? Give feedback.
All reactions