You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it does work when I run the app using npx expo start
However, when I submit to app store, it just says
{"errorCode":"E011003","errorDescription":"Request is invalid","errorMessage":"The redirect_uri field must have a hostname","message":"The redirect_uri field must have a hostname"}
I followed the tutorial on https://docs.expo.dev/guides/authentication/#descope. It says that i can use the below for redirectURI
it does work when I run the app using npx expo start
However, when I submit to app store, it just says
Below is my code
I have attempted to search online for something else, but I'm not quite sure what to substitude for redirectUri.
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: