Sankofa Prep
ampmflow

One place for every student’s AM plan and PM dismissal plan. Today’s exceptions expire automatically, so tomorrow’s list returns to the permanent assignment.
Vercel has DATABASE_URL, but it cannot reach db.iardxvlhuapmlmqqrtgr.supabase.co:5432. That is the direct database host. Vercel needs the pooler URI on port 6543.
6543), not the direct connection (port 5432).[YOUR-PASSWORD] with the database password. If the password has @, #, or %, encode it (@ becomes %40).postgresql:// and include pooler.supabase.com:6543.Example shape (your real password in the middle, no brackets):postgresql://postgres.iardxvlhuapmlmqqrtgr:PASSWORD@aws-0-us-east-1.pooler.supabase.com:6543/postgres?pgbouncer=true&sslmode=require