Jared Perreault

Results 113 comments of Jared Perreault

How are you bundling/building your React app? `react-scripts`? `vite`?

If you don't care about using ES modules, you can specify the `umd` bundle in your webpack config ``` resolve: { alias: { '@okta/okta-react': path.resolve(__dirname, 'node_modules/@okta/okta-react/okta-react.umd.js') } }, ``` If...

@AjinkyaVadane Can you provide some code snippets or ideally a live reproduction? Is application2 settings the originalUri?

@trescenzi Thank you sincerely for the thorough bug report. I will look into this Internal Ref: OKTA-635977

@justisom In your Chrome dev console, there is a request to `/v1/token` which fails (presumably because the `refreshToken` has expired), So `SecureRoute` redirects to `Login`, there then seems to be...

@justisom Are you still experiencing this issue? I haven't been able to repro

@tantilla do you happen to know if the users experiencing these issues are using multiple tabs?

We are currently investigating an intermittent issue when users have multiple tabs open simultaneously. The scenario you described seems to match. Could you provide a minimum code sample or git...

@Spartan-Hex-Shadow Yes. This will become a new major version release

@Spartan-Hex-Shadow I apologize for the delay on this, however I am trying to determine what the best course of action for this SDK is. `react-router` seems to be moving towards...