© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•8mo ago•
31 replies
fierDeToiMonGrand

trying to link anonymous user email is not sending the OTP email verification

When calling
  const { error: authError } = await supabase.auth.updateUser({
        email: formData.email,
      });
  const { error: authError } = await supabase.auth.updateUser({
        email: formData.email,
      });


to link anonymous user to user email, it is not sending the OTP verification code to its email. Even though double email verification email is disabled.

I am actually following what the doc is saying about linking anonymous user. Working on a react native expo environment sdk 52,

supabase Version is:
"@supabase/supabase-js": "^2.49.3",
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

Sending a OTP and Magic Link
SupabaseSSupabase / help-and-questions
3y ago
Supabase Register with Email OTP Verification
SupabaseSSupabase / help-and-questions
6mo ago
Does Supabase Support sending verification codes to user's email address?
SupabaseSSupabase / help-and-questions
7mo ago
Use email otp only to verify the user email and not log them in.
SupabaseSSupabase / help-and-questions
13mo ago