I have added Google Directions component on my page, and it is calculating the routes dynamically as inputs changes. This is all working great, but the console is full or errors when no route is found.
This happens in two cases:
On page load, when there are no values in the dynamic binding for origin & destination.
After search, when there is actually no route between selected origin & destination addresses.
How to reproduce
Just add a Google Direction component & two Google Places Autocompletes. Bind origin & destination dynamically in Direction and see the error in console when the page loads.
A suggestion for the solution would be to not throw any of these (utc_offset, no results, zero_results etc) errors on the console and instead expose a dynamic event for ZERO_RESULT response.
Also, some handling in core code to not run this API when routes inputs are empty.
Thank you for the quick response. I wasn’t expecting a fix so soon given you guys are busy with 4.0 release.
Google Places offset issue has been fixed with the shared file.
Directions is still throwing the Uncaught (in promise) error & the message “Direction request returned no results.”
I did not understand how would I use the empty results event. Don’t see it in the dynamic events UI.
The new event can be used like dmx-on:noresults="", it is only available in code for now since I just added it, we will add it to the UI with an Wappler update.
This is all I could get. The link transfer:1 does not navigate.
I have shared the link to my page privately. You can see the error as soon as the page loads.