Demo, all content is generated
Share

Vercel deploy checklist for Next.js + Supabase

Open · 178 views · asked by jonas_k · edited

Run through this before the first production deploy. Every line is a question someone asked here.

Workflow
Copied 11 times
1. Env vars in BOTH Production and Preview on Vercel, exact same names as .env.local.
2. NEXT_PUBLIC_SITE_URL set to the production URL.
3. Supabase → Auth → URL Configuration: production URL with /** in Redirect URLs.
4. Region: put Vercel functions where your database is (vercel.json → "regions").
5. Run the smoke tests against the preview URL before promoting.
6. Check the function logs after the first real request.
Comment
I'd add: check the Node version in the project settings matches your local one. rafa_dev · edited
Good one, adding it. jonas_k · edited

Activity