SPA + Capacitor Experts using Auth0

I built a SPA using React and I am working on leveraging Capacitor to build mobile apps for Android and iOS. I’m using an Auth0 custom domain and email passwordless authentication. It works great on the website and iOS. Android is giving me some grief.

Would love to get some advice from anyone who has done this before. Or if you have used Universal Login/Lock successfully with Capacitor.

Seems like I just dont know how to configure my Android app because I keep getting this error.

“error”: {
“message”: “Unable to configure verification page.”,
“oauthError”: “server_error”,
“type”: “oauth-authorization”
},