prisma / prisma-client-js

Type-safe database client for TypeScript & Node.js (ORM replacement)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid `prisma.superAdmin.findOne()` invocation in

Maxondria opened this issue · comments

Hi Prisma Team! My Prisma Client just crashed. This is the report:

Versions

Name Version
Node v10.16.3
OS darwin
Prisma 2.5.1

Logs

  prisma-client { engineConfig:
  prisma-client    { cwd: '/Users/maxbigbudget/Work/Projects/akaboxi-graphql/prisma',
  prisma-client      enableDebugLogs: false,
  prisma-client      enableEngineDebugMode: undefined,
  prisma-client      datamodelPath:
  prisma-client       '/Users/maxbigbudget/Work/Projects/akaboxi-graphql/node_modules/.prisma/client/schema.prisma',
  prisma-client      prismaPath: undefined,
  prisma-client      engineEndpoint: undefined,
  prisma-client      generator:
  prisma-client       { name: 'prisma',
  prisma-client         provider: 'prisma-client-js',
  prisma-client         output:
  prisma-client          '/Users/maxbigbudget/Work/Projects/akaboxi-graphql/node_modules/@prisma/client',
  prisma-client         binaryTargets: [Array],
  prisma-client         previewFeatures: [Array],
  prisma-client         config: {} },
  prisma-client      showColors: false,
  prisma-client      logLevel: undefined,
  prisma-client      logQueries: undefined,
  prisma-client      flags: [],
  prisma-client      clientVersion: '2.5.1',
  prisma-client      enableExperimental: [ 'connectOrCreate', 'transaction' ],
  prisma-client      useUds: undefined } }  
  plusX Execution per

Hello! Can you please provide a minimal reproduction for the above crash? Unfortunately the automatically collected information in the issue does not give us much to go with here - we will need a bit more information. What were you doing? Can you share the code and schema that was active?

I am going to close this as its been 3 months now and there is no activity here.

Please reply if you want us to take another look.