Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Apr 26, 2024 · 1 comment
Labels

Comments

@PavankalyanPayyavula
Copy link

PavankalyanPayyavula commented Apr 26, 2024

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. #okta/okta-vue#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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants