Okta-react-native signout not working on iOS

I’m getting the following error when using the “signout()” method in my react native project on iOS:

“Sign Out Error: The operation couldn’t be completed. (org.openid.appauth.general error -3.)”

I’m using version 2.2.0 of the library and using the browser sign-in method. This works fine on Android. Any ideas why it is erroring out in iOS? I’m simply calling the signout() in the code.

I just want to reply for anyone experiencing this issue that upgrading to version 2.3.0 resolved this.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.