Getting Started First, run the development server: pnpm dev Whenever facing issue while connecting to db psql <DATABASE_URL> if entered inside db that correct url npx prisma db pull note - if local db is not sync with remote then above commnad npx prisma migrate dev npx prisma generate Restart the project