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.