Prod Checklist

Next auth

Add public url to nextauth url

Be sure to fill out a NEXTAUTH_URL env variable with your apps public URL to your prod deployment. The library will not work without this.

Lemon

https://docs.lemonsqueezy.com/guides/developer-guide/testing-going-live (opens in a new tab)

Stripe

https://stripe.com/docs/development/checklist (opens in a new tab)

https://stripe.com/docs/identity/before-going-live (opens in a new tab)

Database

Ensure prod db is setup correctly.

Create some prod dummy accounts to ensure the prod database is working correctly.

Vercel Prod Checklist

https://vercel.com/docs/production-checklist (opens in a new tab)