I upgraded from 1.5.0 to 1.6.0 because with 1.5.0 I was no longer being redirected to the universal login screen. With 1.6.0, on iOS, after clicking “continue” when it says my app “want to use auth0 to sign in”, the app opens a screen that says “Oops! something went wrong. Callback URL mismatch. The provided redirect_uri is not in the list of allowed callback URLs”. So far, I have not provided a value for redirect_uri in my call to auth0.webAuth.authorize() because in the quickstart instructions it doesn’t, and I’ve never had trouble with that before. I’ve added the iOS callback URL in my Application Settings as indicated in the Quickstart. I’ve tried adding that same URL ( {YOUR_BUNDLE_IDENTIFIER}://${YOUR_AUTH0_DOMAIN}/ios/{YOUR_BUNDLE_IDENTIFIER}/callback ) as the value for redirect_uri in my auth0.webAuth.authorize() method, but then it redirects to a screen that says “Safari cannot open the page because it could not connect to the server”.
Does anyone know how to approach this?