- Issue created by @shasha821110
- First commit to issue fork.
- πΊπΈUnited States mtalt Maryland
I might be running into the same problem after attempting to update to the latest version of the module and Drupal 9.5.x, but it is difficult to tell without additional information. Downgrading to Drupal 9.4.x also resulted in the map displaying again for me.
Are you using the Geolocation CommonMap view style with AJAX turned on in your view? Do you have any errors in your console?
- πΊπΈUnited States shasha821110
hey Mtalt,
Sorry for the late reply. Yes the site is using CommonMap view with AJAX.
One thing i found it fix my issue is using the following to wrap the location page javascript. Then the problem seems go away.
if (typeof (context.location) !== 'undefined') {});
Drupal core upgrade the VIEW recently.
That's the ONLY thing i can think of.Thanks,
- Status changed to Active
over 1 year ago 2:45pm 20 May 2023 - πΊπΈUnited States SocialNicheGuru
There should be a patch or MR for "Needs Review"
- πΊπΈUnited States mtalt Maryland
@shasha821110 My apologies for the delayed response, I wasn't notified of your comment to me a few months ago. I opened https://www.drupal.org/project/geolocation/issues/3374505 π Cannot set properties of undefined error using Google Places API Geocoder Fixed because I'm not sure if we are running into the same issue. If it is the same issue you are running into, please review if you have a chance.
- πΊπΈUnited States shasha821110
Thanks mtalt, I used another way to fix the issue but thanks for the patch information.
I will keep in mind and will test if having time.Thanks.
- Status changed to Postponed: needs info
over 1 year ago 2:33pm 11 September 2023 - π©πͺGermany christianadamski Berlin, Germany
Any update here on what exactly the issue is?
- Status changed to Closed: cannot reproduce
11 months ago 9:47am 4 February 2024 - π©πͺGermany christianadamski Berlin, Germany
Seems to work for others...