auth.expo.io redirect is not occurring as expected

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): android and ios only. Web works fine

When using AuthSession api for google oauth login I am setting the useProxy to true for ios/android. In both cases i can see the redirect uri is being set to:

https://auth.expo.io/@myusernam/myappname

On the return it goes to that URL and stops with:

I captured network traffic and I don’t see anywhere where the app is telling https://auth.expo.io my local IP to use on the return. Capturing network traffic I never see the app post the info to https://auth.expo.io/@your-username/your-app-slug/start like the docs say it is supposed to work.

I just created a vanilla app with just the google login and the same issue arose. It’s as if auth.expo.io doesn’t know anything about my app. What am I missing? I’m using that makeRedirectUri({
useProxy,
}),

method which is advertised in the guide!

Do I need to publish the app? I’ve done that too…

@bacon I noticed you made some guides in this area recently. Did you run into these issues with the proxy? It doesn’t seem to be working.

bump up

bump… anyone?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.