
Hi all,
I am using acf to communicate and load a google map using an API, for this I use the basic example code here because I don’t need anything special apart from the API key, it has been working stably for a long time, but yesterday two different pages using the same method I get the following error:
Loading the Google Maps JavaScript API without a callback is not supported: https://developers.google.com/maps/documentation/javascript/url-params#required_parameters js:208:292
gea https://maps.googleapis.com/maps/api/js?key=AIzaSyA5QmFoSbWjkGOMKT-RmO_TZLh3qfnRnoY&ver=3:208
Load https://maps.googleapis.com/maps/api/js?key=AIzaSyA5QmFoSbWjkGOMKT-RmO_TZLh3qfnRnoY&ver=3:14
<anonymous> https://maps.googleapis.com/maps/api/js?key=AIzaSyA5QmFoSbWjkGOMKT-RmO_TZLh3qfnRnoY&ver=3:330
<anonymous> https://maps.googleapis.com/maps/api/js?key=AIzaSyA5QmFoSbWjkGOMKT-RmO_TZLh3qfnRnoY&ver=3:330
I have been checking the code with patience, but I can’t find the bug, if anyone has any idea I would be very grateful.
Same issue here. Did you find a solution @saggi?