Setup
Is Everything Set Up?
What the site can and cannot do right now, and what to change if something is wrong.
Nothing is broken.
If a login is still refused, the email or the password really is wrong.
Database connection
Connected.
Tables
The tables exist.
Ready for a crowd
The database address is the pooled one, so hundreds of people can use the site at the same moment.
Accounts
2 accounts, 2 of them admin.
Login secret
AUTH_SECRET is set.
Site address
NEXT_PUBLIC_APP_URL is not set, so links inside emails will point at localhost.
Set NEXT_PUBLIC_APP_URL="https://your-site-address" once the site is live.
Email is on, through smtp-relay.brevo.com. Receipts, vote confirmations, election notices and password resets are all being sent.
Card payments
Card payments are off, but your bank and UPI details are published, so donations can still be received.
Add your Razorpay keys in Admin - Where donations are paid.
UPI and bank transfer
Your account details are published on every campaign.
This page never shows a password or a connection string, and it hides the database address once the site has members.
