NO_RESULTS return from directionsService.route()
I’m currently using Google’s Directions API, and I stumbled upon an issue.
For some reason, a lot of my calls to directionsService.route() to receive the duration of the itinerary seem to return NO_RESULTS, but they shouldn’t because the addresses are correct (100% sure), they are relatively close to each other so there exists an itinerary, and if I check on google Maps, the routes do work.
I’m also confused cause it seems like the NO_RESULTS is entirely dependent on when I do the API calls, as some itineraries will work at some point during the day and then return NO_RESULTS a couple of minutes later.