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
Fresh new installation of Magento 2.4.2. I've installed Magesuite and created test product. When I wanted to do a checkout - /checkout/ page doesn't load (while in Luma it does). I receive following error in Chrome and Safari:
widget.min.js:14 Uncaught TypeError: base is not a constructor
at Function.$.widget (widget.min.js:14)
at validation-ext.min.js:2
at 68f60eeb1372fc427b49ad7bbed69653.min.js:140
at Array.forEach (<anonymous>)
at applyMixins (68f60eeb1372fc427b49ad7bbed69653.min.js:140)
at 68f60eeb1372fc427b49ad7bbed69653.min.js:141
at Object.execCb (68f60eeb1372fc427b49ad7bbed69653.min.js:112)
at Object.context.execCb (resolver.min.js:12)
at Module.check (68f60eeb1372fc427b49ad7bbed69653.min.js:56)
at Module.<anonymous> (68f60eeb1372fc427b49ad7bbed69653.min.js:72)
How to troubleshoot it and/or rectify it?
The text was updated successfully, but these errors were encountered:
I solved issue by disabling dotdigital sms module.
Cheers
David
Thanks David! This workaround (bin/magento module:disable Dotdigitalgroup_Sms) has solved an issue. I'm not sure I'll be using Dotdigital at all but hopefully they will come up with fix...
Fresh new installation of Magento 2.4.2. I've installed Magesuite and created test product. When I wanted to do a checkout - /checkout/ page doesn't load (while in Luma it does). I receive following error in Chrome and Safari:
How to troubleshoot it and/or rectify it?
The text was updated successfully, but these errors were encountered: