ERROR: 42883: function public.http_request() does not existpg_net extension is enabled and confirmed to be installed in the net schema.CREATE OR REPLACE FUNCTION public.http_request(...) which internally calls net.http_post/net.http_get. This step shows "Success. No rows returned".GRANT EXECUTE ON FUNCTION public.http_request(text, text, jsonb, text, int) TO postgres; to grant permissions.public.http_request appearing to be created and permissions granted, the trigger still can't find it. It's behaving as if the function isn't visible to the postgres role or the trigger's context.