Callback url is mismatch but it is already set for Expo application

I already set the callback and logout URLs for IOS and Android for my Expo application, but it says it is mismatch, the provided redirect_url is not in the list of allowed callback URLs.

com.hknkky.tarifApp.auth0://dev-xxxxxxxxxxxx.us.auth0.com/ios/com.hknkky.tarifApp/callback, com.hknkky.tarifApp.auth0://dev-xxxxxxxxxxxx.us.auth0.com/android/com.hknkky.tarifApp/callback

any thought?

Hey there @hknkky ,

Are you sure the BUNDLE_IDENTIFIER and the PACKAGE_NAME are the same in your app and in atuh0 dashboard → allowed callback URLs?

Potentially, this may be a hint, as here in the topic, your BUNDLE_IDENTIFIER and PACKAGE_NAME are getting value:

com.hknkky.tarifApp

and in your Auth0 dashboard they are set within the allowed callback URLs as

com.hknkky.tarifAppFE

Would adjusting it relevantly help?