Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
thierrymoudiki opened this issue Oct 6, 2024 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@thierrymoudiki
Copy link

thierrymoudiki commented Oct 6, 2024

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

{"detail":"Email address \"[email protected]\" 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

  • Browser (if applies) [e.g. chrome, safari]
  • Last version of supabase, always (should I change this and fix the version instead?)
@thierrymoudiki thierrymoudiki added the bug Something isn't working label Oct 6, 2024
@saltcod saltcod transferred this issue from supabase/supabase Oct 9, 2024
@thierrymoudiki
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant