You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a web version in Angular 14 that works correctly. Now I am generating the mobile version using Cordova. In the email verification process, when I click on the email, the app wants to return to the Angular page from the openlogin popup, but it fails. It gives me the following error:
I hit the back button on the device, I perform the verification process again, and this time it logs in, because the process had already been completed previously.
I'm using "@web3auth/base": "^3.0.0", "@web3auth/core": "^3.0.0", "@web3auth/modal": "^3.0.3",
What can I do so that I can return from the popup to the app?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a web version in Angular 14 that works correctly. Now I am generating the mobile version using Cordova. In the email verification process, when I click on the email, the app wants to return to the Angular page from the openlogin popup, but it fails. It gives me the following error:
I hit the back button on the device, I perform the verification process again, and this time it logs in, because the process had already been completed previously.
I'm using
"@web3auth/base": "^3.0.0", "@web3auth/core": "^3.0.0", "@web3auth/modal": "^3.0.3",
What can I do so that I can return from the popup to the app?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions