© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•5mo ago•
9 replies
Tuybit

Getting email_address_invalid from supabase

I have default supabase, dont have any extra settings. When trying to sign up with email I get
{
  "code": 400,
  "error_code": "email_address_invalid",
  "msg": "Email address \"example@gmail.com\" is invalid"
}
{
  "code": 400,
  "error_code": "email_address_invalid",
  "msg": "Email address \"example@gmail.com\" is invalid"
}

My request:
{
  "email": "example@gmail.com",
  "password": "Password123",
  "options": {
    "data": {
      "name": "Someone",
      "company_name": "My Company",
      "phone_num": "1234567890",
      "contact_email": "contact@company.com",
      "website": "https://example.com"
    }
  }
}
{
  "email": "example@gmail.com",
  "password": "Password123",
  "options": {
    "data": {
      "name": "Someone",
      "company_name": "My Company",
      "phone_num": "1234567890",
      "contact_email": "contact@company.com",
      "website": "https://example.com"
    }
  }
}

Why i getting this error, AIs say its something with setting but it worked before. Is it because of triggers?
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

Forgot Supabase Account Email Address
SupabaseSSupabase / help-and-questions
2w ago
Bypassing Supabase Validation for Auth Email Address
SupabaseSSupabase / help-and-questions
8mo ago
I forgot the email address to access the Supabase.
SupabaseSSupabase / help-and-questions
2mo ago
Supabase returns error even if Twitter provides email address
SupabaseSSupabase / help-and-questions
4y ago