[Archive] Infinite spinner on login (web3auth.connect())

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 11/30/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


Hi there, had everything working fine (Polygon mainnet, NextJS app) and have changed nothing about the auth implementation, however now all of a sudden whenever i try to run web3auth.connect() am consistently seeing an infinite loader. Logging the web3auth object everything looks fine, with status set to ready. Really feel like i've tried everything and there are no errors being reported so really not sure how to move forward.
Thanks in advance.



Originally posted by: nakulthebuilder

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

I realized this was more of a nexjs issue and it's working fine now :)
Note - the infinite loading should time out eventually :)



Originally posted by: nakulthebuilder