I am getting the NotLoadingAPIFromGoogleMapsError
error for some users even if the correct URL is being used:
(pug syntax):
script(type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=MY_KEY&libraries=places')
It seems to be resulting from the Authentication API call generated from the script. Anyone else have this issue? How did you solve it?