-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code
Description
Checklist
- The issue can be reproduced in the react-native-auth0 sample app (or N/A).
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
I have followed the docs carefully.
I am experiencing an issue on iOS when redirecting after signing in on the Auth0-hosted page. I am getting an unmatched route in my Expo application.
- I have added the
react-native-auth0
plugin in myapp.config
file - I have configured the correct callback urls/logout urls in my application details according to the docs:
iOS: BUNDLE_IDENTIFIER.auth0://sponsorcx.us.auth0.com/ios/BUNDLE_IDENTIFIER/callback
Android: PACKAGE_NAME.auth0://sponsorcx.us.auth0.com/android/PACKAGE_NAME/callback
Reproduction
- I have added the react-native-auth0 plugin in my app.config file
- I have configured the correct callback urls/logout urls in my application details according to the docs:
iOS: BUNDLE_IDENTIFIER.auth0://sponsorcx.us.auth0.com/ios/BUNDLE_IDENTIFIER/callback
Android: PACKAGE_NAME.auth0://sponsorcx.us.auth0.com/android/PACKAGE_NAME/callback
Additional context
No response
react-native-auth0 version
5.0.0-beta.4
React Native version
0.79.4
Expo version
53
Platform
iOS
Platform version(s)
n/a
Metadata
Metadata
Assignees
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code