Replies: 6 comments 27 replies
-
I also have the same issues. |
Beta Was this translation helpful? Give feedback.
-
There can be two reasons of this:-
If above doesn't solves your issue, plz attach console logs for more debugging on our side. |
Beta Was this translation helpful? Give feedback.
-
Hey all, We have released |
Beta Was this translation helpful? Give feedback.
-
Hi @shahbaz17, These are the changes I applied so far:
These are my verifier parameters:
After running the app again I still receive this error: |
Beta Was this translation helpful? Give feedback.
-
I checked out Flutter x JWT (Firebase) Example and it worked on my device, so I knew the issue was related to my Web3Auth dashboard configuration. Thanks for you help. |
Beta Was this translation helpful? Give feedback.
-
@iNima could you please let me know what you entered for your custom auth verifier settings - I am following the instructions here https://web3auth.io/docs/guides/firebase and getting the same error as you 'Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again.' Although the user count gets increased in the dashboard, so there is something going on for sure. Any help on this would be appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi there, I'm trying to use my Firebase JWT token id to create a user and wallet with Web3Auth in Flutter (Custom Authentication).
(By the way, I needed to use
jwt-login-fixes
branch to be able to reach to this point. With the master branch I just got a blank screen with the Web3Auth logo at the bottom of the page without reconstructing the private key message and spinner)I think I've done everything based on the documents and guides but I received this error when Web3Auth is trying to reconstruct the private-key.
Tested device: Samsung Galaxy S20
Android version: 12
There seems to be some bug in the code. Please contact support to fix this.Your system time is incorrect. Please correct your system time and login again"
Also sometimes I get this error instead of the above message (with the same code!):
Unable to detect login share from the Auth Network. This may be due to slow internet connection. Check your internet speed and try again.
The errors that I got were exactly the same as this one:
https://github.com/Web3Auth/web3auth-web/discussions/515#discussioncomment-3624987
Could you please let me know what is the issue?
This is my code in Flutter:
Beta Was this translation helpful? Give feedback.
All reactions