Hello,
I’m using the package '@okta/okta-react' and everything is (was…) ok.
I added 'react-persist' to my project and now I have an infinite loop of redirects from the homepage to the /implicit/callback route with the error
`Unable to retrieve OAuth redirect params cookie`
I tried to blacklist ‘auth’ on my persist configuration, like this:
Yep, for sure it’s something in react-persist that doesn’t work as expected, I’m just trying to understand what it is and wondering if someone else had the same problem before