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
FormController.ts:387 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'messages')
at FormController.ts:387:82
at f (FormController.ts:2:1)
at Generator. (FormController.ts:2:1)
at Generator.next (FormController.ts:2:1)
at O (FormController.ts:2:1)
at a (FormController.ts:2:1)
at FormController.ts:2:1
at new Promise ()
at FormController.ts:2:1
at G.r.showFormErrors (FormController.ts:360:44)
SDK Versions
Tried 7.12.2, 7.13.1 and 7.14.0
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
No remediation can match current flow, check policy settings in your org. Remediations: [select-authenticator-unlock-account]
Reproduction Steps
Prepare SPA.
Enter locked email address and Press Next button.
Next button is spinning/loading without a response.
When debug, the error message in debug variables...
Using
<script src="https://global.oktacdn.com/okta-signin-widget/7.14.0/js/okta-sign-in.polyfill.min.js" type="text/javascript"></script> <script src="https://global.oktacdn.com/okta-signin-widget/7.14.0/js/okta-sign-in.oie.min.js" type="text/javascript"></script>We do see this error:
FormController.ts:387 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'messages')
at FormController.ts:387:82
at f (FormController.ts:2:1)
at Generator. (FormController.ts:2:1)
at Generator.next (FormController.ts:2:1)
at O (FormController.ts:2:1)
at a (FormController.ts:2:1)
at FormController.ts:2:1
at new Promise ()
at FormController.ts:2:1
at G.r.showFormErrors (FormController.ts:360:44)
SDK Versions
Tried 7.12.2, 7.13.1 and 7.14.0
Additional Information
No response
The text was updated successfully, but these errors were encountered: