Question

After upgrading magento to 2.3.4 my checkout page is now broken, giving me an error

POST mydomain/checkout/ 404 (not found) as well as defaultCaptcha.js cannot read property 'timestamp' of undefined'; and misc.js cannot read property of 'status' undefined.

Was it helpful?

Solution

NOt sure but try to disable Magent reCaptcha and deploy content

php bin/magento module:disable Magento_PaypalReCaptcha
php bin/magento module:disable MSP_ReCaptcha
php bin/magento setup:upgrade

Ref: Bug Uncaught TypeError: Cannot read property 'lang' of undefined on product page https://github.com/magento/magespecialist_ReCaptcha/issues/11

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top