
xij40 (xij40) asked a question.
Getting sporadic errors: `PKCE verification failed` and `Could not load PKCE codeVerifier from storage`
We have React single page application with Okta Authorization Code Flow with PKCE. Application processes callback url from Okta by LoginCallback component from https://www.npmjs.com/package/@okta/okta-react. "version": "3.0.2"
Few times per day we are getting errors like that:
and this:
These errors disappear after refreshing the page.
Could you please help us to define the reason for these errors and possible workarounds?

I've found that this issue has already been reported and investigated in the issues section of the React library https://github.com/okta/okta-oidc-js/issues/804