I referred to
https://docs.keenthemes.com/metronic-nextjs/getting-started/installation
but it doesn't work properly. I can access the login screen, but it always shows a login error.
The database is completely empty.
Hi
Can you try to seed the database (required for demo login):
npx prisma db seed
This runs prisma/seed.js and creates the demo user plus roles/permissions.
Start the app:
npm run dev
Sign in at with:
Email: demo@kt.com
Password: demo123
Thanks