I am trying to use RN sdk for android. Building apk is successful. then when running app on android, doesn't return info from google login. web browser for openlogin is correctly opened. then user info should be returned into app code. But app doesn't receive any info from login. How can I fix this?
returned error is like this.
[Error: The WebBrowser auth session is in an invalid state with no redirect handler when one should be set]
redirect url is input correctly, and it works well on iOS.
Originally posted by: ruymaster
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/925