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
Register and sign in buttons in checkout are stuck in loading state when email address and password are empty.
Steps to Reproduce
As an anonymous consumer, add a product to your cart.
Checkout.
Leaving email and password fields empty, click Register.
Observe that the button gets stuck at showing the spinner and the browser console displays:
Uncaught TypeError: Cannot read property 'trim' of null
at Object.email (account-validation.js:50)
at AuthContainer.handleFormSubmit (auth.js:24)
at SignUp.handleSubmit.event (signUp.js:18)
at HTMLUnknownElement.callCallback (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:195880)
at Object.invokeGuardedCallbackDev (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:195918)
at Object.invokeGuardedCallback (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:195967)
at Object.invokeGuardedCallbackAndCatchFirstError (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:195981)
at executeDispatch (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:196241)
at executeDispatchesInOrder (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:196263)
at executeDispatchesAndRelease (modules.js?hash=69f0a557d2146cce696d30ed0217c3fe2615ba47:196361)
The text was updated successfully, but these errors were encountered:
jamesporl
changed the title
Register button in checkout is stuck in loading state
Register and sign in button in checkout are stuck in loading state
Aug 6, 2018
jamesporl
changed the title
Register and sign in button in checkout are stuck in loading state
Register and sign in buttons in checkout are stuck in loading state
Aug 6, 2018
Hey folks,
I've found this interesting project would love to contribute to it. I'm working on a PR for this issue. I've already gone through the contributing guidelines. Will try to create a PR soon.
Issue Description
Register and sign in buttons in checkout are stuck in loading state when email address and password are empty.
Steps to Reproduce
Possible Solution
None
Versions
The text was updated successfully, but these errors were encountered: