Jared Perreault
Jared Perreault
Can you provide a code snippet of your use of `OktaUtil.getRequestContext()`?
Thanks for this report, we'll look into this internally Internal Ref: OKTA-511534
@macyabbey-okta do you have a repo with a minimal jest config I can use to verify? I have been unable to repro the error you described (still had issues, just...
@sandyboon Do you experience the same behavior if you call `.signOut()` before `.stop()`? Like so: ```javascript await authClient.signOut(); authClient.stop(); ```
Also, do you mind providing your `OktaAuth` config? (Please scrub sensitive fields)
It's unclear from the repro steps provided, was the user redirected to Facebook during the initial login? In Step 3, the user is logged out, but it's unclear how they...
I notice your `authClient.token.getWithRedirect` call doesn't pass the `idp` option [(docs)](https://github.com/okta/okta-auth-js#authorize-options). Mind retrying with that option set?
@mb21 @akashvyom If you're experiencing issues please create your own bug report with as much detail as possible. This thread is referencing `okta-auth-js` v4 which is already retired (https://github.com/okta/okta-auth-js#release-status). My...
As a work around you can try specifying ```json "resolutions": { "microtime": "^3.1.0" }, ``` in your `package.json`
@jtoar yes, using `resolutions` is just a work around to unblock your development while we work on a fix.