Steps: Fork the repo Type DATABASE_URL="file:./dev.db" in .env Run pnpm i, pnpm prisma generate, pnpm prisma migrate dev --name init Run pnpm dev, and visit http://localhost:3000/test- You'll see a sign up button. Click it and see the generated error. The error should also log in the console. The error I got is in the next message.
Can anyone tell me how to solve this problem, or what did I do wrong?