Google Authentication is redirecting to localhost:3000

I have a react native application using expo. I have configured Google as an Auth Provider which seems to be working fine but when it comes to redirecting back to the application, its stuck in a loop looking for localhost:3000.

I have added Redirect URLS in Supabase

1) myscheme://auth/callback
2) exp://192.168.29.136:8081/--/auth/callback

But I am not getting redirect back in the App, I can see a user created in the users table too.

I have "scheme": "myscheme" in app.json

Appreciate any help
Was this page helpful?