okta / okta-vue

OIDC SDK for Vue
https://github.com/okta/okta-vue
Other
46 stars 25 forks source link

AuthSdkError: Could not load PKCE codeVerifier from storage. This may indicate the auth flow has already completed or multiple auth flows are executing concurrently. #118

Closed PavankalyanPayyavula closed 9 months ago

PavankalyanPayyavula commented 1 year ago

Describe the bug?

Hello,

Currently, I am working on the node upgrade in my Vue js Application. While doing the node upgrade from the 12.18.1 to the 18.12.1 version, I need to upgrade the Okta-vue version. The previous version we used in our project is "@okta/okta-auth-js": "^4.3.0", "@okta/okta-vue": "^3.0.0",

When I try to install the latest version of Okta Vue, the below versions were downloaded. "@okta/okta-auth-js": "^4.9.2", "@okta/okta-vue": "^3.1.0".

It is a Vue 2 application, currently with node version 18.12.1. Please reach out to me for any information.

What is expected to happen?

It should open the landing of the application

What is the actual behavior?

It should open the landing of the application

Reproduction Steps?

After installing the latest versions of Okta vue and node version 18.12.1, the above-mentioned error is getting.

SDK Versions

"@okta/okta-auth-js": "^4.9.2", "@okta/okta-vue": "^3.1.0".

Execution Environment

Node Js Version 18.12.1

Additional Information?

No response

denysoblohin-okta commented 1 year ago

Thanks for submitting this issue. Did you consider upgrading @okta/okta-auth-js to the latest version? See release status and migration guide