P
Prisma•2w ago
JJ Rise

@prisma_client_runtime_library.js?v=16686fa7:135 Uncaught (in promise) TypeError: __banner_node_url.

I upgraded to prisma 6.6.0 and getting this error randomly this morning in my browser. I'm using Bun with a turbo monorepo
generator client {
provider = "prisma-client" // no `-js` at the end
output = "./generated/prisma" // `output` is required
moduleFormat = "esm" // or `"cjs"` for CommonJS
}
generator client {
provider = "prisma-client" // no `-js` at the end
output = "./generated/prisma" // `output` is required
moduleFormat = "esm" // or `"cjs"` for CommonJS
}
4 Replies
Prisma AI Help
Prisma AI Help•2w ago
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into #ask-ai if you get antsy for a second opinion!
Nurul
Nurul•2w ago
Hey 👋 Is your repository open source by any chance? I would like to reproduce this to debug
JJ Rise
JJ RiseOP•2w ago
Hi @Nurul , sorry it is not... for reference, I switched back to 6.5.0 and it is working, so seemingly confirmed to be 6.6.0
Nurul
Nurul•7d ago
Thank you for letting us know. So, this indeed seems to be specific to Prisma version 6.6.0 Do you mind creating a GitHub Issue so that our ORM team can take a look? https://github.com/prisma/prisma/issues
GitHub
Issues · prisma/prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB - Issues · prisma/prisma

Did you find this page helpful?