You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Seems it will not run with testing.
Im not (yet?) quite sure why this error is thrown. Some stream undefined?
controller-1 | ReferenceError: ReadableStream is not defined
controller-1 | at Object.<anonymous> (/home/app/unms/node_modules/undici/lib/web/fetch/response.js:527:3)
controller-1 | at Module._compile (node:internal/modules/cjs/loader:1196:14)
controller-1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
controller-1 | at Module.load (node:internal/modules/cjs/loader:1074:32)
controller-1 | at Function.Module._load (node:internal/modules/cjs/loader:909:12)
controller-1 | at Module.require (node:internal/modules/cjs/loader:1098:19)
controller-1 | at Module.patchedRequire (/home/app/unms/node_modules/require-in-the-middle/index.js:217:27)
controller-1 | at Module.Hook._require.Module.require (/home/app/unms/node_modules/require-in-the-middle/index.js:142:27)
controller-1 | at require (node:internal/modules/cjs/helpers:108:18)
controller-1 | at Object.<anonymous> (/home/app/unms/node_modules/undici/lib/web/fetch/index.js:11:5)
controller-1 | at Module._compile (node:internal/modules/cjs/loader:1196:14)
controller-1 | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1250:10)
controller-1 | at Module.load (node:internal/modules/cjs/loader:1074:32)
controller-1 | at Function.Module._load (node:internal/modules/cjs/loader:909:12)
controller-1 | at Module.require (node:internal/modules/cjs/loader:1098:19)
controller-1 | at Module.patchedRequire (/home/app/unms/node_modules/require-in-the-middle/index.js:217:27)
4b4cc57
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems it will not run with testing.
Im not (yet?) quite sure why this error is thrown. Some stream undefined?