[Archive] Verify stalled after google auth login completes

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 2/7/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.


For some reason the verify stalls consistently on our site. Any idea what could cause this? If we refresh the page, the connection continues to happen, but it almost always stalls.

Screenshot 2023-02-06 at 4 02 14 PM



Originally posted by: amberfi

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

relevant console logs
Screenshot 2023-02-06 at 4 10 41 PM



Originally posted by: YZhenY

We could only reproduce the error once and then it didn't happen anymore which means the issue is random.
I suppose you're enabling Torus Wallet plugin when integrating Web3Auth SDK. From the console logs, we can see that loading Torus wallet failed and caused the Login modal to stall. There can be several reasons that cause Torus Wallet failure e.g. race condition
Please updgrade @web3auth/modal package to the version 4.4.2. The login modal should not stall even when Torus wallet plugin fails to load.



Originally posted by: tainguyentt