UserManager.getUser: user not found in storage
Tigger151515 opened this issue · 4 comments
Tigger151515 commented
Hi. I did all by documentation, but now I have few problems
- UserManager.getUser: user not found in storage.
Storage like this:
length: 278
loglevel:webpack-dev-server: "SILENT"
oidc.0a6184cef9694f76aa314a2cb87d5738: "{"id":"0a6184cef9694f76aa314a2cb87d5738","data":{"to":{"meta":{"authName":"main"},"path":"/ru/profile","hash":"","query":{"state":"741fdf769fdd42a3b6ad63fc0f60a49e","session_state":"f48204f8....
- then i have this message
UserManager.signinRedirect: successful
and infinite redirect
xesjkeee commented
Have same issue
miguelpuiggarcia commented
same here...
invokermain commented
Shot in the dark... try using: userStore: new WebStorageStateStore({ store: window.localStorage })
in your oidc config? I might have had the same issue and fixed it with this, or I could be misremembering.
conundrumjwb commented
Tried invokermain solution still inf. redirects, any solutions?