Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Invalid state: password page with no partialToken #1871

Open
sentry-io bot opened this issue Aug 18, 2020 · 2 comments
Open

Error: Invalid state: password page with no partialToken #1871

sentry-io bot opened this issue Aug 18, 2020 · 2 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 18, 2020

Sentry Issue: XPRO-1KX

Error: Invalid state: password page with no partialToken
  at None (./static/js/containers/pages/login/LoginPasswordPage.js:60:13)
  at tc (None:43:11)
  at a (None:37:1)
  at None (None:37:1)
  at initializePromise ([native code])
...
(8 additional frame(s) were not displayed)
@rhysyngsun
Copy link
Collaborator

Seems to be an issue where the following sequence happens:

  • User tries to login, enteres password
  • Login attempt fails because the response they're getting has no partialToken
  • User clicks button a second time, which triggers this error because of the assertion

I'd thought we were covering all cases for no partialToken, but there must be at least one more to deal with.

@pdpinch
Copy link
Member

pdpinch commented Jan 29, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants