cached-prisma icon indicating copy to clipboard operation
cached-prisma copied to clipboard

Startup error

Open victor-floor opened this issue 4 months ago • 5 comments

Bug Report

Fresh install. Prisma 5.10.1 (and client). This error prevents the application from starting.

Description

...\node_modules@peculiar\asn1-schema\build\cjs\schema.js:17 throw new Error(Cannot get schema for '${target.prototype.constructor.name}' target); ^ source-map-support.js:722 Error: Cannot get schema for 'Array' target at AsnSchemaStorage.get (C:\dev\userprofile-microservice\node_modules@peculiar\asn1-schema\build\cjs\schema.js:17:19) at Function.toASN (C:\dev\userprofile-microservice\node_modules@peculiar\asn1-schema\build\cjs\serializer.js:24:48) at Function.toAsnItem (C:\dev\userprofile-microservice\node_modules@peculiar\asn1-schema\build\cjs\serializer.js:152:33) at Function.toASN (C:\dev\userprofile-microservice\node_modules@peculiar\asn1-schema\build\cjs\serializer.js:52:48) at Function.serialize (C:\dev\userprofile-microservice\node_modules@peculiar\asn1-schema\build\cjs\serializer.js:14:21) at Function.serialize (C:\dev\userprofile-microservice\node_modules@peculiar\asn1-schema\build\cjs\convert.js:10:43) at X509Certificate.onInit (C:\dev\userprofile-microservice\node_modules@peculiar\x509\build\x509.cjs.js:2322:42) at new AsnData (C:\dev\userprofile-microservice\node_modules@peculiar\x509\build\x509.cjs.js:449:18) at new PemData (C:\dev\userprofile-microservice\node_modules@peculiar\x509\build\x509.cjs.js:1251:13) at new X509Certificate (C:\dev\userprofile-microservice\node_modules@peculiar\x509\build\x509.cjs.js:2313:13)

...

Minimal Reproduction

...

Stack trace

...

Environment

...

victor-floor avatar Oct 10 '24 12:10 victor-floor