-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get DMMF from Prisma Client #720
Comments
Studio works when I revert prisma to 2.25.0. |
Hey @nenadfilipovic, could you also give the
I wouldn't recommend staying on |
Ah nevermind, I'm still seeing this. This only happens when you have a |
Yea I use nexus-prisma. |
Same error with 2.27.0 |
same problem with me. |
@Manubi if you need Studio, generate types then comment out generator nexusPrisma {
provider = "nexus-prisma"
} from schema, you dont need to remove preview features, and you will be fine until you need to change schema, then repeat. Works with 2.27.0. |
Hey! |
This is also affecting me. Just installed nexus-prisma tonight. This probably is unrelated but worth noting.. idk maybe the right set of eyes will see this comment. When I first installed |
Hey @nenadfilipovic @Manubi @runia1, I've just pushed out a Do note that If someone can confirm that this |
@runia1 if you're seeing this outside Studio, this might be a bug with nexus-prisma. Could you create an issue on https://github.com/prisma/nexus-prisma? |
Yea, it works @madebysid |
Can confirm the dev.5 version fixes this issue. 💪 Also sorry for commenting the other issue here, was a late night and I was tired.. haha |
prisma -v
ornpx prisma -v
):prisma
alpha? (npm i -D @prisma/cli@dev
)There is no error, but it installs 2.16 version, and there is warning in console to uninstall it and install prisma, which I already have installed.
There was no error and studio was working before last prisma update 2.26
The text was updated successfully, but these errors were encountered: