xacrys
September 28, 2020, 3:24am
1
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
tjordan
September 28, 2020, 8:48pm
2
I’m having the same issue and also looking for answers.
andrea
September 28, 2020, 10:50pm
3
What version of the React SDK/AuthJS SDK are you using and what browser are you testing in?
FYI @mraible
xacrys
September 28, 2020, 11:39pm
5
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?
irina
October 9, 2020, 12:09pm
7
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
andrea
October 13, 2020, 10:49pm
8
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