Using Google Maps, no matter which address I try to find, I get:
"Er zijn geen resultaten gevonden."
Temporarily set the key to "This key can call any API" to make sure that's not the problem.
Tried Leaflet, same problem.
Couple of random gotchas:
- whether Google Maps is used, is set in Dashboard => Modules => double click 'socialite' => tab "Maps"
- selecting "Google Map" reveals an important message:
"Make sure you have added a 'Google cloud APIs' key with scope 'Client' for the WebHare backend domain that is accessible by the url 'about:srcdoc'"
- if you set the "Google Cloud APIs" key to "Server", you get:
Exception EXCEPTION: Unable to find the proper API key for '127.0.0.1' (scope=client, type=google).
Set it to "Client", you get:
Exception EXCEPTION: Unable to find the proper API key for '127.0.0.1' (scope=server, type=google).
I guess "Any" is the better choice here?