magento2-google-address-lookup
magento2-google-address-lookup copied to clipboard
After upgrade 2.4.4 Failed to load the "CtiDigital_GoogleAddressLookup/form/field" template
I just upgraded Magento to 2.4.4.
The address_finder field doesn't show.
This is what I see in chrome developer console:
[2022-07-04 06:51:05] [ERROR] Failed to load the "CtiDigital_GoogleAddressLookup/form/field" template requested by "checkout.steps.shipping-step.shippingAddress.shipping-address-fieldset.address_finder".
Actually though, in network file list you can find it
It is caused by an invalid template file, there is an extra <!-- /ko -->
at the end of the template.
Simply delete this line https://github.com/ctidigital/magento2-google-address-lookup/blob/8c6d51f5c326480a131341c42a6a0c80b656a644/view/frontend/web/template/form/field.html#L51