I have had the email Auth Hook enabled for many months, with it enabled Supabase will not send magic link emails itself, it will instead use my webhook which I have configured to use my custom email service.
Today it seems like Supabase is not recongising my Auth Hook and instead trying to send emails by itself. The built-in email provider has a 2/hour rate limit so this means that none of my users can log in currently.
Has something changed in their system? I can see that my hook is enabled but is not being called at all