Hi @kotsolino ,
I had the “blank map” issue. Here is what I discovered while solving my issue. This list is not intended to be exhaustive:
- Make sure your API key is set up correctly and that it is not too restrictive. For example, the key needs to be able to access more than the Maps JavaScript API.
- If you are displaying multiple markers on your map, all address information needs to be valid. For example, if you have a collection of 4 marker rows, and 1 is empty, then the map won’t display at all.
- Look in your Google Console and see if your map requests are generating errors. If 100% of your requests are generating error, then make sure you have enabled the necessary APIs/SDKs. If you are seeing no requests in the Google Console, then that may imply an issue on the Adalo side.
Hope this helps.