Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

366
Views
Supabase: no se puede validar la dirección de correo electrónico: formato no válido

Integré supabase con react-native Seguí este artículo Pero no pude registrarme

 import AsyncStorage from '@react-native-async-storage/async-storage' import { createClient } from '@supabase/supabase-js' import { SUPABASE_URL, SUPABASE_ANON_KEY } from '../constants' export const supabase = createClient(SUPABASE_URL, SUPABASE_ANON_KEY, { localStorage: AsyncStorage as any, }) const signup = async (email, password)=>{ const { user, error } = await supabase.auth.signUp({ email, password, }) if(error){ console.log(error); // Object { // "message": "Unable to validate email address: invalid format", // "status": 422, // } return } return user; }

Cuando invoco la función de registro, imprime

Unable to validate email address: invalid format

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!