If you use "plumbio__mongodb"
1. When you initially install the template on https://vercel.com/, make sure that the following settings are set:
* Go to Vercel > Settings > General > Build & Development Settings > Framework Preset > Set to -- Next.js
2. Don't forget to add your environment variables from files like: ".env" and ".env.local"
* Our template uses the following variables:
- To protect the dashboard login is done using API Clerk (.env.local). Docs
- Sending mail is done using API Resend (.env) Docs
- Payment system implemented with API Stripe (.env)