Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Authentication Flow not working for RedirectUri created with expo-auth-session

Authentication Flow not working for RedirectUri created with expo-auth-session

Hey,

 

I am developing an app that uses spotify web api with react-native expo. In particular, for the authentication flow, I am using the `makeRedirectUri` from the '

expo-auth-session' package. On local development, this redirect_uri looks something like: exp://192.168.1.22:8081, and it works without a problem.
 
However, when I build the app and launch it on my phone, the redirect_uri looks something like `musync://` (which is expected, this uri redirects back to my app). This uri is whitelisted but I still get error:

INVALID_CLIENT: Invalid redirect URI
 
How can I solve this?
Reply
0 Replies

Suggested posts