Feed
Database unreachable
ChatYard could not load chats from Supabase. Often NEXT_PUBLIC_SUPABASE_URL or the anon key is wrong, the Supabase project was deleted or paused, or the schema was never applied.
Fix: open Vercel → Project → Settings → Environment Variables and set NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY from Supabase → Project Settings → API, then redeploy. From this repo you can run npm run vercel:env once npm run stack:remote has written .env.local.