okta / okta-auth-js

The official js wrapper around Okta's auth API
Other
437 stars 255 forks source link

index.js:76 [okta-auth-sdk] WARN: a saved auth transaction exists in storage. This may indicate another auth flow is already in progress. #1515

Open PavankalyanPayyavula opened 2 months ago

PavankalyanPayyavula commented 2 months ago

Hi, I am using vue 3 with vite build tool. Okta routing is working fine as expected when I am accessing the application but when I deployed in Dev Env the below error is showing in console.log index.js:76 [okta-auth-sdk] WARN: a saved auth transaction exists in storage. This may indicate another auth flow is already in progress.

Versions I am using in my project node: 20.9.0 "vue": "^3.4.21", "vite": "^5.2.10", "@okta/okta-auth-js": "^7.5.1", "@okta/okta-vue": "^5.7.0".

Initially I thought it is a okta-vue issue so I raised a bug ticket in Okta-Vue but I understood that there is some issue with Okta Auth. Please check the below screenshot. Screenshot 2024-04-26 at 3 30 37 PM

You can also check the conversation of the bug ticket I have raised to get more understanding about the issue. #https://github.com/okta/okta-vue/issues/142

Reproduction Steps?

Since this is not my personal project, I am not posting any steps to reproduce.

SDK Versions

"node": "20.9.0", "vue": "^3.4.21", "vite": "^5.2.10", "@okta/okta-auth-js": "^7.5.1", "@okta/okta-vue": "^5.7.0".

Additional Information?

No response

jaredperreault-okta commented 2 months ago

Since this is not my personal project, I am not posting any steps to reproduce.

Since you're unable to provide repro steps from your commercial app, please create a minimal example in a separate repo (this sample can be used as a starting point) and ideally a live demo