© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•14mo ago•
5 replies
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)
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:
- read https://supabase.com/docs/guides/auth/phone-login
- read and tested out the example in https://supabase.com/docs/guides/auth/auth-mfa/phone. actually, I ripped off the React example code in there and tried in a brand new project, so I don't think it's a code issue. I think it's a problem with Supabase configuration
- Looked up the error in the Supabase GitHub project and Google and no good search results.

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.
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

Twilio verify api
SupabaseSSupabase / help-and-questions
4y ago
SMS-Hook with Twilio Verify
SupabaseSSupabase / help-and-questions
4mo ago
mfa
SupabaseSSupabase / help-and-questions
2mo ago
Reset MFA Owner
SupabaseSSupabase / help-and-questions
3mo ago