-
Notifications
You must be signed in to change notification settings - Fork 229
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
Unable to detect login share #1436
Comments
facing the same issue, looking for a solution or reply to that |
@chusla @muhammadqamar, are you guys only seeing this issue on first login attempt (after at least 30 minutes or so of no login attempts)? That is what I'm seeing. I think it might be a cold-start latency issue. @Astrak maybe the web3auth app is being hosted on a serverless platform? |
It turned out that there was a misspelling error in a verifier field that I overlooked when I checked it. The problem disappeared when I fixed it. I was experiencing both error messages actually, "unable to detect login share" as well as "unable to detect device share". These messages are very misleading. |
hi all, so far after they said they fixed on their side we ahven't been seeing it as often? This was received indirectly through a user on a client's page that we helped build with web3auth as wallet connection service |
This issue has been fixed from our end. Considering there have been major releases in this SDK, we're going ahead to close this issue. Feel free to create a new thread on https://community.web3auth.io if you're still facing any problems. |
Describe the bug
I've got the "Unable to detect login share" 100% of the time with given clientId+verifier, 0% of the time with another, while both have the exact same configuration on both the dashboard and the client code. The full error message suggests disabling any VPN, but is still there when I do so, and not there with the other setup when I use a VPN, so it's not related to the VPN.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Both accounts with same setup should behave identically
Device Info (please complete the following information):
"@web3auth/base": "^4.6.0",
"@web3auth/core": "^4.6.0",
"@web3auth/openlogin-adapter": "^4.6.0",
Additional context
Seems close or identical to #1238 and #1375
The text was updated successfully, but these errors were encountered: