Issues connecting prisma db to next.js
getting an sever error
Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
posted more information on github page
3 Replies
Hey 👋
Which GitHub page? Can you please elaborate?
On your prisma github issues or discussion
I assume this is the one you are referring to?
https://github.com/prisma/prisma/discussions/25991
GitHub
Prisma · prisma prisma · Discussion #25991
Question ### New to prisma db Creating a next.js project and trying to connect prisma for db. I am getting an error stating the following: I init the prisma to get the schema and the .env files. We...