CharlieC
Deno13mo ago
7 replies
Charlie

Nextjs 15 with prisma/sqlite failing at eventLoopTick

I get the following errors with deno but runs fine in npm. ( deno task dev )

⨯ Error: Attempt to export a nullable value for "File" at eventLoopTick (ext:core/01_core.js:175:7) { name: "Error" }


Note: This project is a little grown up private project, i'm finding a way to reproduce the issue. I just want to know what works in deno and what dont to filter out the underlying issue
image.png
Was this page helpful?