Can't find query compiler in 6.16.1

Error upon starting the application: X [ERROR] ENOENT: no such file or directory, open '[workspace].wrangler\tmp\dev-AfQiGT\0ddcddbc869e859f4b11299e1708a489e5afff86-query_compiler_bg.wasm?module' I did not have this issue before upgrading to 6.16. generator client_base { provider = "prisma-client" previewFeatures = ["relationJoins"] output = "../../../node_modules/.prisma" runtime = "cloudflare" moduleFormat = "esm" engineType = "client" } datasource db_base { provider = "postgresql" url = env("BASE_DATABASE_URL") directUrl = env("BASE_DIRECT_URL") } generator json { provider = "prisma-json-types-generator" } I am using the same output path as before and I have reran prisma generate. I am using Cloudflare with Wrangler. I cannot start the application at all with this new update. There is no WASM file in the tmp folder it is expecting it to be in, but that file is in my .prisma folder.
3 Replies
Prisma AI Help
Prisma AI Help3mo ago
You decided to hold for human wisdom. We'll chime in soon! Meanwhile, #ask-ai is there if you need a quick second opinion.
Nurul
Nurul3mo ago
Hey! Could you try moving the location of output outside of node_modules and check if you get the same error?
<@235148962103951360>
hi i tried that before and it didnt work. i set the output to .prisma in the project root are there any updates on this issue?

Did you find this page helpful?