-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location query not returning any data #394
Comments
update: I can get the location query to return data if I wrap the location term in the craft search wildcard syntax - this isn't particularly helpful for what I'm trying to do but it could suggest that something may have changed with the plugin?
any suggestions would be appreciated |
This issue is not only by upgrading to Craft 5. |
Any news on this? we can't downgrade due to the polyfill issues so any help would be appreciated.
|
Same issue here, I'm not getting any data back from location query. Also getting this error when I'm trying to sort it on distance:
|
Ok, so here is the weird thing. It also broke in my project. Now.. locally I updated everything to the latest version ( I pushed everything to online (so I have the versions mirrored) .. doesn't work. Checking my Google Cloud Console afterwards I noticed the Geocoding API only stacking up with 4XX errors (no clue as where to find what error that is). So.. I'm guessing it's either a db/query error or Google API related? Or a combo of both, where the wrong db data is sent to the Google API. Ether, please update people... |
Based on what @remcoov said, i checked my cloud configs. So i deleted the So my guess is that Google changed something here with the restrictions. More info here We saw our metrics from the Geocoding api going rogue with errors... I've battletested every bit from our end (craft version, plugin version, DB comparison with working vs not working, loaded the not working into local install where it worked, refreshed api keys without any configs etc) Now i wonder HOW to restrict the API key, since every single domain option I add here is making sure it DOENS'T work. So only with the restrictions to |
Description
After upgrading to craft 5 the location query no longer returns any data
Previously I could loop over this & get a list of retailers, after upgrading to craft 5 I'm not getting anything back
Additional info
The text was updated successfully, but these errors were encountered: