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
{{ message }}
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
I'm getting this error at the /account/addresses template:
addresses.js?c700:17 Uncaught TypeError: Shopify.CountryProvinceSelector is not a constructor
at eval (addresses.js?c700:17)
at Object../assets/scripts/templates/customers/addresses.js (template.addresses.js:957)
at __webpack_require__ (template.addresses.js:710)
at fn (template.addresses.js:95)
at Object.4 (template.addresses.js:969)
at __webpack_require__ (template.addresses.js:710)
at template.addresses.js:762
at template.addresses.js:765
My guess would be that the shopify_common.js file is not being loaded anywhere in the theme as stated here.