public.http_request() Function Not Found by Trigger

The Supabase SQL trigger on_auth_user_created fails with ERROR: 42883: function public.http_request() does not exist. This occurs despite attempts to create the public.http_request wrapper function (which uses net.http_post) in the SQL editor, suggesting the function is either not being created successfully or is not visible to the trigger.
Was this page helpful?