Open LyraGhost opened 4 years ago
Hi @LyraGhost. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
Hello, is there a solution for this error or workaround? I have the same problem, issue persists on login.
Uncaught TypeError: Cannot read property 'length' of null at Object.handler (rules.js:69) at validate (validator.js:44) at validator.js:84 at Function..every..all (underscore.js:237) at validator (validator.js:82) at UiClass.validate (abstract.js:406) at UiClass._super (wrapper.js:106) at UiClass.validate (setAdditionalParams.js:20) at UiClass.validate (wrapper.js:109) at UiClass.onUpdate (abstract.js:431)
Preconditions (*)
Steps to reproduce (*)
Use as Pickup Location
option enabled in it.In-Store Pickup
in shipping estimate, and proceed to checkoutPick In Store
toShipping
Expected result (*)
Actual result (*)
Notes
My initial guess is the error has to do with new address form, as the stack trace mentions validate and ui form/element/abstract.Edit: It seems to be an issue with setting the shipping address when switching methods, as even trying to enter a new address:Overall the implementation here is very buggy and needs significant work to get it working.
Also, if you return to the shopping cart (regardless of method) and proceed to checkout again, only the sidebar loads and the same error is presented in the console. You need to log out and log back in to be able to load the checkout fully again.