-- Fix: Grant anon USAGE on public schema for public page reads GRANT USAGE ON SCHEMA public TO anon; -- Ensure anon can read accounts table (needed to resolve club slugs) GRANT SELECT ON public.accounts TO anon;