Hi there,
I’ve going going at this issue for a couple of days now and don’t know what to do anymore.
I’m building the native app with capacitor, everything works fine locally as web project but when it’s time to deploy it to an android simulator for testing. I get this message:
I’ve looked at my settings in the Auth0 dashboard and the callback URL seems fine:
ie: YOUR_PACKAGE_ID://dev-2mb38pu2.us.auth0.com/capacitor/YOUR_PACKAGE_ID/callback
what’s stood out to me is that I copy pasted the url that I’m redirected to for auth from the android simulator, it looks like it’s passing “localhost”?
Any help would be appreciate it