Google Maps in Wix has stopped updating with new addresses

I have a custom collection for user addresses that I’ve added as a dataset to an address page where users can enter their address. I use the wix provided maps input field for getting the address and connected it to my collections. I’ve also added the wix google maps embed to my page and connected it to the same dataset so when a user enters their address the map should update as well. Only problem is doesn’t really update anymore even though it was before. I was checking my console and there are errors related to google maps popping up, one of which reads “Wix SDK code error”. I haven’t written any custom code related to the maps so is this just a wix bug?

I’ve seen the same console error before, and sounds like it might be unrelated. Do you have a link to the site you might be able to share?

AFAIK, the Google Maps element requires the address in the CMS to be a fully formatted address (an address object), which is generally given as an auto suggested option and can be selected.

That said, if you’ve added an unformatted address (by typing in an address and not choosing a suggested option), then the map may be unable to display it, since it’s not got all the required data to display it.