supabase / auth

A JWT based API for managing users and issuing JWT tokens
https://supabase.com/docs/guides/auth
MIT License
1.55k stars 375 forks source link

supabase.auth.sign_up failing recently (used to work perfectly) #1796

Open thierrymoudiki opened 1 month ago

thierrymoudiki commented 1 month ago

Bug report

Describe the bug

{"detail":"Email address \"firstname.lastname@pm.me\" cannot be used as it is not authorized"}

To Reproduce

Try to sign-up to https://www.techtonique.net/

Logging-in works as it used to. Signing-up has been working until today.

When inspecting the back-end, I'm able to see that the error precisely comes from the instruction: response = supabase.auth.sign_up({"email": email, "password": password}):

INFO: 127.0.0.1:xxxx - "POST /signup HTTP/1.1" 400 Bad Request

Expected behavior

Successful sign-up. Status 200 OK.

Screenshots

Capture d’écran 2024-10-06 à 21 10 59

System information

thierrymoudiki commented 1 month ago

Commenting for those who may find this thread: