You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at nc (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:419:1543)
at async AAt (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:5377)
at async Hj.getDMMF (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:6729)
at async Vj.respond (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:10827)
at async I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:13419
Unable to get DMMF from Prisma Client: Error:
You don't have any models defined in your schema.prisma, so nothing will be generated.
You can define a model like this:
model User {
id Int @id@default(autoincrement())
email String @unique
name String?
}
at nc (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:419:1543)
at async AAt (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:5377)
at async Hj.getDMMF (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:6729)
at async Vj.respond (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:10827)
at async I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:13419
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
OS:
Browser:
Database:
Prisma logs
at nc (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:419:1543)
at async AAt (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:5377)
at async Hj.getDMMF (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:6729)
at async Vj.respond (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:10827)
at async I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:13419
Unable to get DMMF from Prisma Client: Error:
You don't have any models defined in your schema.prisma, so nothing will be generated.
You can define a model like this:
model User {
id Int @id@default(autoincrement())
email String @unique
name String?
}
at nc (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:419:1543)
at async AAt (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:5377)
at async Hj.getDMMF (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:6729)
at async Vj.respond (I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:10827)
at async I:\Cursor_test\CETP\node_modules\prisma\build\index.js:1935:13419
The text was updated successfully, but these errors were encountered:
Bug description
Unable to get DMMF from Prisma Client: Error:
You don't have any models defined in your schema.prisma, so nothing will be generated.
You can define a model like this:
model User {
id Int @id @default(autoincrement())
email String @unique
name String?
}
More information in our documentation:
https://pris.ly/d/prisma-schema
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
Prisma logs
Unable to get DMMF from Prisma Client: Error:
You don't have any models defined in your schema.prisma, so nothing will be generated.
You can define a model like this:
model User {
id Int @id @default(autoincrement())
email String @unique
name String?
}
More information in our documentation:
https://pris.ly/d/prisma-schema
The text was updated successfully, but these errors were encountered: