Could not load PKCE codeVerifier from storage

Currently when trying to load a local host react app verified with OKTA I get this error:

Uncaught runtime errors:
×
ERROR
Could not load PKCE codeVerifier from storage. This may indicate the auth flow has already completed or multiple auth flows are executing concurrently.
AuthSdkError: Could not load PKCE codeVerifier from storage. This may indicate the auth flow has already completed or multiple auth flows are executing concurrently.
at http://localhost:4200/vendor[.]js:328718:271539
at p (XXXX://localhost:4200/vendor[.]js:328718:325682)
at Generator._invoke (XXXX://localhost:4200/vendor[.]js:328718:325435)
at Generator.next (http://localhost:4200/vendor[.]js:328718:326045)
at r (XXXX://localhost:4200/vendor.js:328718:332835)
at u (XXXX://localhost:4200/vendor[.]js:328718:333038)
at XXXX://localhost:4200/vendor[.]js:328718:333097
at new Promise ()
at XXXX://localhost:4200/vendor[.]js:328718:332978
at v (XXXX://localhost:4200/vendor[.]js:328718:272067)

A new private window works fine and a normal window in Chrome also works fine. This issue only seems to be with a normal window in brave. It’s only just started happening. One minuet it was fine, reload page and now we have this error.

I’ve no idea.

NOTE- I’ve changed some of the http to XXXX because it can’t create the topic with all the https in the body of the text.

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