Hi guys,
On a DW 9.4.13 solutions we seem to encounter issues with the maps section of the user edit page in the CMS.
This functionlitiy used to work fine before ...
When using the GET LOCATION FROM API button on the user edit page in the CMS an unable to get location error is always thrown, like: Unable to get location for address "Brouwerijstraat 7523XC Enschede Nederland" (see how it somehow doesn't use the house number which is provided)
In the browser console an XML Parsing Error shows: XML Parsing Error:
not well-formed Location: ~myproject~/Admin/Public/Module/Maps/ShowOnMap.aspx?action=get&address=Brouwerijstraat%20%207523XC%20Enschede%20%20Nederland
Line Number 1, Column 1:
{
^
When using the button SHOW LOCATION ON MAP on the user edit page in the CMS a Google Maps JavaScript API error:
MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error is thrown in the browser console while the api key is added in the CMS and the map in the front-end with the same domain and scheme settings doés show the map.