Testnet Google Verification Core-Kit login function hangs

  • SDK Version: 8.1.0-alpha.0
  • Verifier Details: Testnet
  • Verifier Name: dep-labs-google-testnet

Hi. For some reason triggerLogin never seems to resolve. The google authentication screen pops up, I authenticate, the window closes and I even see a successful login in the network tab of the dev console that has my google info, but this function never resolves. Any ideas why?

I will add that my verifier in my web3 auth dashboard is showing successful logins.

      const loginResponse = await (tKey.serviceProvider as any).triggerLogin({
        typeOfLogin: "google",
        verifier: "dep-labs-google-testnet",
        clientId: CLIENT_ID,
      });

I switched to the sapphire_devnet and it started working

1 Like