SupabaseS
Supabase•4mo ago
Yvan.M

OTP with Twilio not sent during signInWithOtp

Description:
Hi everyone 👋,
I’m trying to implement phone OTP authentication using Supabase + Twilio in a React app.

What I expect:

Call supabase.auth.signInWithOtp({ phone: "+237xxxxxxx" })

Supabase should generate and send an OTP SMS

What happens:

No OTP is sent to the user, even though everything seems correctly configured.

I already set up Twilio credentials in the Supabase project settings.

Environment:

Platform: Supabase Cloud

SDK: @supabase/supabase-js@2.45.0

Framework: React (not Next.js)

Question:
Has anyone faced the same issue? Is there something special to configure to make Twilio work with signInWithOtp?
Was this page helpful?