Error sending confirmation email

I keep getting this error on our prod database, users can't register and it's a major issue.

Error [AuthApiError]: Error sending confirmation email at async signup (app/auth/actions.ts:225:6) 223 | data: { user }, 224 | error: signUpError, > 225 | } = await supabase.auth.signUp(signUpData) | ^ 226 | 227 | if (signUpError) { 228 | await logError({ { __isAuthError: true, status: 500, code: 'unexpected_failure' }
Was this page helpful?