I had a website in local (development purpose) that was working perfectly well.
As soon as I moved it to a hosting provider (ovh in that case) I encountered the following problem:
When trying to search an address with an openlayers_geocoder field, I ended up with a popup saying "An HTTP Error 0 occured". Sometimes I did not have any error displayed. But in both case, nothing was displayed, nothing was found... No autocomplete was done...
Took me a bit of time to understand that:
On this specific host, OVER_QUERY_LIMIT had been reached.
1. In the future, I don't know how but it would be interesting to have something that handles Google Map API status.
2. Is there anyway that I can find a way to by-pass this damn limit. It seems that I am sharing my host server with other people that deeply (too much) used the Google Map API.
Comments
Comment #1
steinmb commentedThere should a least be some support/validation. Especially for OVER_QUERY_LIMIT that is quite easy to bump into.