ยฉ 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseโ€ข4y agoโ€ข
16 replies
javierguzman

How do I redirect to expo?

Hello all,

I am creating a react-native app where sign up is with the email. I call signup like this:

const redirectURL = Linking.createURL('/AccountVerified');
    const { error } = await supabase.auth.signUp({whatever, options: {
        emailRedirectTo: redirectURL
}}
const redirectURL = Linking.createURL('/AccountVerified');
    const { error } = await supabase.auth.signUp({whatever, options: {
        emailRedirectTo: redirectURL
}}


However, when I click on the link in the email I get redirected to localhost. On Supabase, URL Configuration section, I try to set myapp:// as redirect url. However, it says that is invalid.

Has anyone achieve something similar?

Any clue would be really appreciated.

Thank you in advance and regards
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How do i redirect with expo?
SupabaseSSupabase / help-and-questions
4y ago
Expo Go Confirmation Email Redirect
SupabaseSSupabase / help-and-questions
4y ago
Expo redirect for reset password flow
SupabaseSSupabase / help-and-questions
6mo ago
How do i change OAuth consent screen redirect URL??
SupabaseSSupabase / help-and-questions
6mo ago