Having issue with auth email not sending

Hey this was all working but im now getting errors on my Auth endpoints.

Error 500
https://MYSITE.supabase.co/auth/v1/signup

response:
code: "unexpected_failure"
message: "Error sending confirmation email"

Im using Resend as my SMTP provider, it seems to send out emails ok from resend if I send a user an invite from Supabase auth, but if I use the api then I get an error. I also tried switching off my customer SMTP and going back to using Supabase SMTP but I still get the same error on the endpoint, any one got any ideas as I feel like its a Supabase bug
Was this page helpful?