Capacitor Android Issue (Custom Discord Authentication) #460
Replies: 4 comments 4 replies
-
Hey @gerardopar What's your And please note: https://web3auth.io/docs/sdk/web/openlogin#openloginloginparams |
Beta Was this translation helpful? Give feedback.
-
Please note that for Android, your URL looks similar to |
Beta Was this translation helpful? Give feedback.
-
@shahbaz17 @yashovardhan After doing an immense amount of debugging, I've been able to localize the problem within the To workaround this, I have set I have put up this PR to address this. Hopefully with that merged in and a new package released, this should start working! I have tested manually editing the compiled |
Beta Was this translation helpful? Give feedback.
-
hi, @gerardopar can you share an example of your implementation native+web? |
Beta Was this translation helpful? Give feedback.
-
We have a React/Capacitor application wired up to use web3Auth + Discord Login. We have used the following guide Discord Guide to get setup & have it working successfully for WEB & IOS. But we are currently running into an issue with native android devices.
At the moment when a user triggers the discord login from within our app the user is redirected to the following page (Open Login) & nothing happens, upon further investigation of the source maps we get an error about
redirectUrl
does not exist. But we have set that in ouradapterSettings
.Screen.Recording.2022-08-22.at.9.21.04.PM.mov
Here is a snippet of our initialization code.
Beta Was this translation helpful? Give feedback.
All reactions