You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
When I click on the “Map wizard” I get a javascript error:
leaflet-backend.js?bust=1738840129:226 Error fetching geo data: TypeError: Cannot read properties of undefined (reading 'geoCodeUrl')
at fetchGeoData (leaflet-backend.js?bust=1738840129:207:41)
at LeafletBackendModule.geocode (leaflet-backend.js?bust=1738840129:229:5)
at LeafletBackendModule.createMap (leaflet-backend.js?bust=1738840129:98:12)
at HTMLAnchorElement.<anonymous> (leaflet-backend.js?bust=1738840129:73:12)
Expected behavior/output
I expect the marker to be set based on the address entered.
Environment
TYPO3 version(s): 13.4.4
tt_address version: 9.0.1
Is your TYPO3 installation set up with Composer (Composer Mode): yes
OS: OSX 10.13.4, Linux
Possible Solution
this == null
in Line 207 in leaflet-backend.js
No idea how to solve the problem ;-)
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
When I click on the “Map wizard” I get a javascript error:
Expected behavior/output
I expect the marker to be set based on the address entered.
Environment
Possible Solution
this == null
in Line 207 in leaflet-backend.js
No idea how to solve the problem ;-)
The text was updated successfully, but these errors were encountered: