Twilio WA OTP Issue (Breaking)
Running into a WhatsApp OTP issue with Supabase’s Twilio integration. Our code explicitly sets "channel": "whatsapp":
…but we’re still getting an SMS. If we hit Twilio’s Verify API directly via curl with the same credentials and parameters, the WhatsApp OTP comes through as expected:
Our Supabase Auth provider is configured with the same service SID, auth token, etc. It looks like the SDK isn’t forwarding the channel parameter to Twilio. Can you confirm whether there’s a regression here? This is blocking our WA flows, really appreciate the help!
…but we’re still getting an SMS. If we hit Twilio’s Verify API directly via curl with the same credentials and parameters, the WhatsApp OTP comes through as expected:
Our Supabase Auth provider is configured with the same service SID, auth token, etc. It looks like the SDK isn’t forwarding the channel parameter to Twilio. Can you confirm whether there’s a regression here? This is blocking our WA flows, really appreciate the help!