I'm trying to calculate a trucking route between 2 GPS locations using HERE Maps API but when trying to retrieve the data I get a 'NoRouteFound' error: NGEO_ERROR_GRAPH_DISCONNECTED_CHECK_OPTIONS
. I noticed it returns data when changing the mode from 'truck' but unfortunately I need the trucking route.
Here is the request that I'm trying to send across:
Any suggestions or workarounds for this issue?