Serving Edge Functions locally, can't find database function
Every time I serve and test my edge function locally I get an error calling
This is what the error message I log to the console looks like:
supabase.rpc() which says Could not find the function public.my_function(.... I have no problem when deployed. I tried using supabase db pull thinking it was a caching issue (?) Does anyone know how to get database functions working while testing edge functions locally?This is what the error message I log to the console looks like: