Hey,
I’ve set up auth0 according to this guide:
But it looks like the app doesn’t catch the receive the URL access.
(a webview is opened, I login, and then I get an error that the page “…domain-name…/callback?code=…” could not be found)
The URL seems correct and contains the correct package name and sub domain.
I’ve tried both using the suggested manifestPlaceholders
approach, and the manual intent-filter, and it doesn’t seem to work.
EDIT: It looks like that the problem is caused by WebAuthProvider
using the in-app browser.
If I force the link to open externally, the app can catch it, but it prompts the user to choose an app.
Is there a way to smooth this out?