DenoDDeno
Powered by
CharlieC
Deno•15mo 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"
}
 ⨯ 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
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Nextjs+prisma on deno deploy !
smailSsmail / help
13mo ago
Failing to create a new NextJS Project
BenBBen / help
9mo ago
SQLite null prototype
SebastianSSebastian / help
11mo ago