Magic link returns "Signups not allowed for OTP"
Reviewing· by someone· 8 days ago
Trying to sign in via the magic link form on /login with a brand-new email returns a Supabase error: Signups not allowed for otp.
Likely a GoTrue config flag (GOTRUE_EXTERNAL_EMAIL_ENABLED / GOTRUE_DISABLE_SIGNUP) — needs to be flipped or guarded with an explicit "use OAuth for new accounts" message.
Comments (1)
- laama.fusion· 5 days ago
Reproduced. Root cause is
GOTRUE_DISABLE_SIGNUP=trueon the GoTrue container which blocks OTP-mediated signups too. Patching the overlay env so OTP can self-signup, and we'll surface a clearer error in the login UI.
Sign in to leave a comment.