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
The open login UI does not launch in incognito mode, although everything works fine in regular mode on Chrome. Here is the error that's thrown in the console:
Failed to rehydrate SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at OpenLoginStore.set (openlogin.esm.js:458:24)
at OpenLoginHandler.getActiveSession (OpenLoginHandler.js:97:42)
at Store.rehydrate (actions.js:619:52)
at Array.wrappedActionHandler (vuex.esm.js:851:23)
at Store.dispatch (vuex.esm.js:516:13)
at Store.boundDispatch [as dispatch] (vuex.esm.js:406:21)
at VueComponent.mappedAction (vuex.esm.js:1064:20)
at VueComponent.created (App.vue:39:1)
at invokeWithErrorHandling (vue.runtime.esm.js:2967:61)
I am pretty sure all the configurations are correct since this works fine in the non-incognito mode.
The text was updated successfully, but these errors were encountered:
The open login UI does not launch in incognito mode, although everything works fine in regular mode on Chrome. Here is the error that's thrown in the console:
Failed to rehydrate SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at OpenLoginStore.set (openlogin.esm.js:458:24)
at OpenLoginHandler.getActiveSession (OpenLoginHandler.js:97:42)
at Store.rehydrate (actions.js:619:52)
at Array.wrappedActionHandler (vuex.esm.js:851:23)
at Store.dispatch (vuex.esm.js:516:13)
at Store.boundDispatch [as dispatch] (vuex.esm.js:406:21)
at VueComponent.mappedAction (vuex.esm.js:1064:20)
at VueComponent.created (App.vue:39:1)
at invokeWithErrorHandling (vue.runtime.esm.js:2967:61)
I am pretty sure all the configurations are correct since this works fine in the non-incognito mode.
The text was updated successfully, but these errors were encountered: