Skip to content
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

clausecraft #1302

Open
rabbittrix opened this issue Dec 17, 2024 · 0 comments
Open

clausecraft #1302

rabbittrix opened this issue Dec 17, 2024 · 0 comments
Labels
kind/bug A reported bug.

Comments

@rabbittrix
Copy link

Bug description

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?
}

More information in our documentation:
https://pris.ly/d/prisma-schema

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?
}

More information in our documentation:
https://pris.ly/d/prisma-schema

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
@rabbittrix rabbittrix added the kind/bug A reported bug. label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A reported bug.
Projects
None yet
Development

No branches or pull requests

1 participant