AuthSdkError: Unable to retrieve OAuth

I follow the example in: https://github.com/oktadeveloper/okta-react-hooks-example/tree/main/src
but when run i have the error:
AuthSdkError: Unable to retrieve OAuth redirect params from storage

Could you explain what is the problem and How can I fix it?

I’d appreciate your help please

I’m having the same issue and also looking for answers.

What version of the React SDK/AuthJS SDK are you using and what browser are you testing in?

FYI @mraible

I use okta-react 3.0.4 with @okta/okta-auth-js": “^3.2.3” I use Chrome, Firefox for testing but issue still

Can you try with the 3.0.7 version of our React SDK and see if that helps?

Hey! I have the same issue! Could somebody help me, please? I using a widget for Angular app. There are my dependencies:

@okta/okta-angular: 2.2.0 
@okta/okta-auth-js: 3.2.5 
@okta/okta-signin-widget: 4.4.4 

also I’ve tried to use latest versions:

@okta/okta-angular: 2.2.1
@okta/okta-auth-js: 4.0.2
@okta/okta-signin-widget: 4.5.1

It doesn’t help me. The error which I get:

AuthSdkError: Unable to retrieve OAuth redirect params from storage

Is this issue occurring in all browsers, or only certain browsers? In the past we’ve seen this crop up in specific browsers, like Firefox and Safari.

I recommend filing an issue on Github in case this issue is occurring again. If you are able to create a simple sample application that reproduces this issue, it would help our team investigate this further.

1 Like