Cann't login, "Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again. If you're using a vpn, please turn it off."

I'm trying to implement web3Auth, but since a week can not loggin

I've set up a "Plug and play" project pointing to "Cyan" network.
On trying it the popup shows "Constructing key from: 127.0.0.1" then shows "Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again. If you're using a vpn, please turn it off."

I've checked to be using the correct Client ID

Thanks for help



Originally posted by: Douglasacost

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1228

Also running into this on a React Native App on testnet. Hoping this is a temporary thing because I have very high speed internet and checked with adblocker and VPN off, still failing.



Originally posted by: VoR0220

hey @Douglasacost @VoR0220

Please share the following details:

  • SDK(s) and its version
  • Web3auth initialization & login code snippets.
  • Browser console.
  • Screenshots (if any)


Originally posted by: arch1995

It was an bad parameter on the configuration. But the error es misleading tho. As a dev at first I thought the error was pointing to your side
"Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again. If you're using a vpn, please turn it off."



Originally posted by: Douglasacost

On my side it was the network. I set 'cyan' instad of 'testnet' while in the dashboard all was pointing to 'testnet'
Also you will required an extra eye if you setup a custom verifier



Originally posted by: Douglasacost

I also got around this seemingly without any interaction. But this maybe needs to be a bit better documented in the errors.



Originally posted by: VoR0220

@Douglasacost what was the configuration error? I am trying to set up for the first time and am getting the same error



Originally posted by: pmn4

I have similar issue, can you please take a look. Details here

Dependency
@zerodev/sdk”: “^4.0.9”,
@zerodev/web3auth”: “^4.0.3”,

same issue with "unable to detect login… turn off vpn


"

  • SDK(s) and its version
  • Web3auth initialization & login code snippets.
  • Browser console.
  • Screenshots (if any)

1 The version we used before was Web3Auto Unity3D SDK V1.2.
2 We used Lua to implement the UI logic. The login process calls the self.web3Auth:login(options); function from UIWeb3AuthLogin.lua’s UIWeb3AuthLogin:NormalLogin at the last line to invoke the login function in Web3Auth.cs and achieve the login process. The entire process was written with reference to examples from the SDK.
3 The console did not show any exceptions or information.
4 Whenever there seems to be a login issue, it appears simultaneously in both the Unity3D client and the web login. The situation where the login page cannot be opened occurs. Thus, it’s less likely related to the Unity3D and web login processes. We suspect it’s more likely an issue with the server logic of Web3Auth.

@sharon Please create a seperate thread for your issue with the details.