Hi, I’m experiencing a persistent PGRST202 error on project: Could not find the function public.update_contacto_completo(p_contacto_id, p_data) in the schema cache
Facts:
Function exists in pg_proc
Signature: (uuid, jsonb)
SECURITY DEFINER = true
EXECUTE granted to anon and authenticated
Works via direct SQL
Dropped and recreated manually
search_path set to public
Still failing via supabase.rpc()
This strongly suggests PostgREST schema cache is not rebuilding.
Has anyone seen a stuck schema cache in managed Supabase projects?
Is there a way to force a PostgREST restart?