Forum Discussion
Philip_Foncke
Jan 25, 2022Copper Contributor
'NO_ROUTE_FOUND' error when using truck or car as travelmode
Error when using https://atlas.microsoft.com/route/directions/json?&subscription-key=xxxxxxx&api-version=1.0&language=nl-BE&maxAlternatives=5&travelMode=truck&query=50.70012%2c3.26978:51.04318114177...
Kidd_Ip
Apr 18, 2026MVP
Would suggest trying this:
- Switch to api-version=2025-01-01
- Confirm both coordinates are on valid drivable roads
- Add truck-specific parameters if needed (weight, height, hazardous materials)
- Test with car mode after updating API version to confirm stability