Bypassing Supabase Validation for Auth Email Address
I'm currently creating a PWA using Nextjs and Supabase. The application is for a business and involves user authentication, where owners can sign up their employees, and their employees can then use the credentials received to log in.
There are particular edges where, if a user adds an email in the signup form and clicks submit, Supabase returns the following 400 error: Email address "test@test.com" is invalid. As of now, we've encountered this error for the following addresses:
Any help is greatly appreciated
There are particular edges where, if a user adds an email in the signup form and clicks submit, Supabase returns the following 400 error: Email address "test@test.com" is invalid. As of now, we've encountered this error for the following addresses:
- test@test.com
- test@gmail.com
- myzap@gmail.com
Any help is greatly appreciated