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
Lock dialog stay in "loading mode", the user needs to reload the page to try again
Here is the stacktrace
actions.js:205 Uncaught TypeError: next is not a function
at logInErrorHandler (webpack:///./~/auth0-lock/lib/core/actions.js?:205:12)
at logInError (webpack:///./~/auth0-lock/lib/core/actions.js?:239:3)
at eval (webpack:///./~/auth0-lock/lib/core/actions.js?:213:18)
This error happens when :
Lock v10.5.0 (from npm) is configured in popup mode
We click on a social provider button in lock
The popup opens
We close the popup manually
Lock is used in a react app, bundled with webpack, here the code we use :
What happens :
Here is the stacktrace
This error happens when :
Lock is used in a react app, bundled with webpack, here the code we use :
Browser : Chrome 54 - Ubuntu 16.04
The text was updated successfully, but these errors were encountered: