[Archive] Cannot continue processing if don't click Continue

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by chaulinh.se.it on 1/31/2024.
This content has been migrated from our previous community forum to preserve valuable discussions.


Hi team
I have issue about this, i can’t continue processing, if i don’t click Continue button
It just happens on android, it works fine on ios
How to resolved it?, can disable this popup?

Screenshot 2024-01-31 at 19.22.29
Screenshot 2024-01-31 at 19.22.29810×498 72.5 KB

Hey, if I understand it correct, if you close the browser and retry login, it’s not working for you. Correct?

@Ayush
If i close, this issue will happen

Can you share the code snippet? The popup you are seeing for Continue to TGC should not happen because of Web3Auth.

This is code snippet

image
image722×797 91.8 KB

Can you share the snippet for Helper.redirectUrl? What does Helper.redirectUrl resolve to?

This is share URL
It will redirect to my app as docs of web3auth

Can you share your AndroidManifest.xml file. This could happen because of few reasons.

  1. You might be missing the data tag inside AndroidManifest file which helps you redirect to your app directly.
  2. Privacy settings for instant apps and opening links

Let’s go through it one by one, if you can share the AndroidManifest file, it would be great help.

Yah sure
this is my AndroidManifest.xml file

image
image1196×1000 159 KB

@chaulinh.se.it Sorry for the delays, I don’t see any issue in your AndroidManifest file. Also, can you please remove the flutter_deeplinking_enabled metadata, along with intent-filter below that. That won’t be necessary since you have already declared it above.

Once you have removed it, can you add android:autoVerify="true" in the intent-filter above
flutter_deeplinking_enabled metadata?