prisma / prisma-client-js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PANIC: Application logic invariant error: received null value for field User which may not be null

wortforfilms opened this issue · comments

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

Versions

Name Version
Node v10.16.0
OS darwin
Prisma Client 2.9.0

Logs

  prisma-client { engineConfig:
  prisma-client    { cwd: '/Users/workforfilms/Projects/jalark/prisma',
  prisma-client      enableDebugLogs: false,
  prisma-client      enableEngineDebugMode: undefined,
  prisma-client      datamodelPath:
  prisma-client       '/Users/workforfilms/Projects/jalark/node_modules/.prisma/client/schema.prisma',
  prisma-client      prismaPath: undefined,
  prisma-client      engineEndpoint: undefined,
  prisma-client      generator:
  prisma-client       { name: 'client',
  prisma-client         provider: 'prisma-client-js',
  prisma-client         output:
  prisma-client          '/Users/workforfilms/Projects/jalark/node_modules/@prisma/client',
  prisma-client         binaryTargets: [],
  prisma-client         previewFeatures: [],
  prisma-client         config: {} },
  prisma-client      showColors: false,
  prisma-client      logLevel: undefined,
  prisma-client      logQueries: undefined,
  prisma-client      flags: [],
  prisma-client      clientVersion: '2.9.0',
  prisma-client      enableExperimental: [],
  prisma-client      useUds: undefined } }  
  plusX Execution permissions of /Users/workforfilms/Projects/jalark/node_modules/.prisma/client/query-engine-darwin are fine  
  plusX Execution permissions of /Users/workforfilms/Projects/jalark/node_modules/.prisma/client/query-engine-darwin are fine  

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.