Hello everyone!
I have a weird problem with google maps in a modular page and I hope someone may have a guess on what is causing this.
I have a modular page with a module for showing googlemaps. Since this is the only page with a map I loaded the script only in this module template with:
{% do assets.addJs('https://maps.googleapis.com/maps/api/js?key=', {'priority':'90','loading': 'defer'}) %}
Here the problem. On localhost everything is fine, but online the script is not loaded and it doesn't appear at the bottom. Any ideas?