DEV Community

Thomas Cosialls
Thomas Cosialls

Posted on

Expo app : RedirectTo field with Supabase Auth always set to localhost

You are building an Expo Mobile app with Supabase as a backend?

You have correctly set the redirect url to exp:///auth/callback** in the URL Configuration of Supabase Auth and want to try your flow on Expo Go?

If you keep seeing localhost as the redirectTo address in the reset password link set by email, here is the fix:

npx expo start --tunnel

Top comments (0)