Hey There,
Currently Auth0 in a production Expo build is setting my redirect url to the scheme I am using in my app.json.
For example, my scheme is set to “doglover”, and the respective redirect url generated for native applications is “doglover://”. However, Auth0 does not let me save that url as a callback url. I keep getting an error. I tried “doglover://*” but this dos not work.
Anyone know how to fix this?