Jared Perreault

Results 113 comments of Jared Perreault

@nitrique can you try ```javascript oktaAuth.tokenManager.on('expired', console.log); ``` I'm curious if the renew requests are failing or whether the renew process is never triggered

Can you check the network tab to see if any network requests are being made (when renew triggers) and add the following log line ```javascript oktaAuth.tokenManager.on('error', console.log); ``` to see...

@nitrique @karhatsu did you notice your respective issues prior to upgrading to `7.0.1`? I've added a ticket to our next sprint to investigate this Internal Ref: OKTA-549676

What version of `@okta/okta-auth-js` are you using? Can you confirm you're only constructing a single `oktaAuth` instance?

Thanks for the report, we will look into this Internal Ref: OKTA-644786

Can you share your full OktaAuth config (please sanitize sensitive properties)

@ryanjwessel Can you provide the output of `yarn why @okta/okta-auth-js` in this repo?

We will look into this and get back to you

@good-system @mguagenti I am spiking on this effort now. More updates to come

@elafito what versions of auth-js and react-router are you using?