Android redirect after login issue

Description

so i followed the documentation :

ios work fine

on android i setup teh https scheme as said and added my app and bundle and sha256 to activate app links , my issue is taht the form open , i tap the user it go and do not open the app , and when i open teh app the user is connected but it’s not the tapped user the mail is empty and token is wrong.

tried with custom cheme it show me an an app to choose 2 app the same app and do not show the form just an error not found.

thx the documantation in the website is for version 1.6.0 the last version is 1.11.0. tried to dwongrade to 1.8.0 same issue.

credentials =
await auth0.webAuthentication().login(
useHTTPS: true,
audience: dotenv.env[‘AUTH0_AUDIENCE’]
scopes: {
‘openid’,
‘profile’,
‘email’,
‘offline_access’,
},
parameters: {
‘scope’:
‘openid profile email offline_access’,
},
)