Describe the Bug
Since the recent update, I am getting this error, and wanted to know if anyone else ran into this issue?
`Error: Cannot find module './out/isolated_vm'
Require stack:
- /app/vbh/node_modules/.pnpm/isolated-vm@5.0.4/node_modules/isolated-vm/isolated-vm.js
- /app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/operations/exec/index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
at Module._load (node:internal/modules/cjs/loader:1043:27)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at Object. (/app/vbh/node_modules/.pnpm/isolated-vm@5.0.4/node_modules/isolated-vm/isolated-vm.js:1:18)
at Module._compile (node:internal/modules/cjs/loader:1529:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
at Module.load (node:internal/modules/cjs/loader:1275:32)
at Module._load (node:internal/modules/cjs/loader:1096:12)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at file:///app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/operations/exec/index.js:4:13
at ModuleJob.run (node:internal/modules/esm/module_job:263:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:540:24)
at async ExtensionManager.registerOperations (file:///app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/extensions.js:331:39)
at async ExtensionManager.load (file:///app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/extensions.js:184:9) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/app/vbh/node_modules/.pnpm/isolated-vm@5.0.4/node_modules/isolated-vm/isolated-vm.js',
'/app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/operations/exec/in`
To Reproduce
Update Directus using the default node-23 bookworm image.
Directus Version
latest
Hosting Strategy
Self-Hosted (Docker Image)
Describe the Bug
Since the recent update, I am getting this error, and wanted to know if anyone else ran into this issue?
`Error: Cannot find module './out/isolated_vm'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
at Module._load (node:internal/modules/cjs/loader:1043:27)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at Object. (/app/vbh/node_modules/.pnpm/isolated-vm@5.0.4/node_modules/isolated-vm/isolated-vm.js:1:18)
at Module._compile (node:internal/modules/cjs/loader:1529:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
at Module.load (node:internal/modules/cjs/loader:1275:32)
at Module._load (node:internal/modules/cjs/loader:1096:12)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at file:///app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/operations/exec/index.js:4:13
at ModuleJob.run (node:internal/modules/esm/module_job:263:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:540:24)
at async ExtensionManager.registerOperations (file:///app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/extensions.js:331:39)
at async ExtensionManager.load (file:///app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/extensions.js:184:9) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/app/vbh/node_modules/.pnpm/isolated-vm@5.0.4/node_modules/isolated-vm/isolated-vm.js',
'/app/vbh/node_modules/.pnpm/@wbce-d9+api@11.0.0_encoding@0.1.13_handlebars@4.7.8_lodash@4.17.21_mustache@4.2.0/node_modules/@wbce-d9/api/dist/operations/exec/in`
To Reproduce
Update Directus using the default node-23 bookworm image.
Directus Version
latest
Hosting Strategy
Self-Hosted (Docker Image)