Replies: 1 comment
-
@wt-boss Could you log an error for debugging? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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/[email protected]
Framework: React (not Next.js)
Question:
Has anyone faced the same issue? Is there something special to configure to make Twilio work with signInWithOtp?
Beta Was this translation helpful? Give feedback.
All reactions