You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be hitting the following error when I try and search with specific postcodes both partial and full e.g. 'WN4' or 'WN4 5DH'. Other postcode variations seem to work absolutely fine. but there seems to be some issue with ones that include 'WN'?!
Is there any reason why this would be happening? Screenshot of error below.
The text was updated successfully, but these errors were encountered:
I also ran into this issue.
It seems to be thrown when $location is a string, but is an invalid GeoService location.
In this case, line 677 $location = self::latLngFromAddress($location, $country); returns null.
I was able to resolve this by adding a null check to the function:
public static function normalizeLocation (mixed $location, string $country = null): array
I seem to be hitting the following error when I try and search with specific postcodes both partial and full e.g. 'WN4' or 'WN4 5DH'. Other postcode variations seem to work absolutely fine. but there seems to be some issue with ones that include 'WN'?!
Is there any reason why this would be happening? Screenshot of error below.
The text was updated successfully, but these errors were encountered: