supabase.auth.resetPasswordForEmail causes timeout in Next.js server action
I'm using Supabase cloud with Next.js. I set up a DB trigger on auth.users to call an edge function so I can send auth emails using an external provider.
According to my email provider logs, emails have been sent until Jan 13.
My debug log output in Next.js shows that supabase.auth.resetPasswordForEmail() is called, but does not finish within the 10s Next.js timeout.
According to Supabase logs, the edge functions is never called.
The setup works as expect (<1s total function execution) on localhost.
any ideas? thanks!
According to my email provider logs, emails have been sent until Jan 13.
My debug log output in Next.js shows that supabase.auth.resetPasswordForEmail() is called, but does not finish within the 10s Next.js timeout.
According to Supabase logs, the edge functions is never called.
The setup works as expect (<1s total function execution) on localhost.
any ideas? thanks!