SupabaseS
Supabase12mo ago
clum

Twilio Verify MFA Issues

Goal: Enable Twilio Verify MFA in our app using Supabase Auth

Issue: When I do "Enroll phone number" in my (TypeScript) app, it returns POST <supabase url> 422 (Unprocessable Content) with error
error AuthApiError: MFA enroll is disabled for Phone
    at handleError (fetch.ts:102:9)
    at async _handleRequest (fetch.ts:195:5)
    at async _request (fetch.ts:157:16)
    at async GoTrueClient.ts:2371:33
    at async SupabaseAuthClient._useSession (GoTrueClient.ts:1036:14)
    at async SupabaseAuthClient._enroll (GoTrueClient.ts:2359:14)
    at async onEnrollClicked (phone-verification.tsx:25:31)


What I've tried:
Notes:
  • The docs keep referencing the "Advanced Supabase Phone MFA Add-on" but I have no idea where to enable this or how to add this to my team's plan. Nothing similar shows up in the Add Ons tab in Project Settings in the Dashboard.
Was this page helpful?