worried-engineer-33884
01/23/2020, 11:37 PMError calling "Runtime.evaluate(global.__inflightFunctions.id2)": Uncaught
at ../../../../opt/pulumi/node_modules/@pulumi/pulumi/runtime/closure/v8_v11andHigher.js:123:23
at fulfilled (../../../../opt/pulumi/node_modules/@pulumi/pulumi/runtime/closure/v8_v11andHigher.js:18:58)
exceptionDetails: {
exceptionId: 2,
text: 'Uncaught',
lineNumber: 0,
columnNumber: 27,
scriptId: '2434',
exception: {
type: 'object',
subtype: 'error',
className: 'TypeError',
description: "TypeError: Cannot read property 'id1' of undefined\n" +
' at <anonymous>:1:28\n' +
' at <http://Session.post|Session.post> (inspector.js:110:28)\n' +
' at internal/util.js:278:30\n' +
' at new Promise (<anonymous>)\n' +
' at <http://Session.post|Session.post> (internal/util.js:277:12)\n' +
' at /opt/pulumi/node_modules/@pulumi/pulumi/runtime/closure/v8_v11andHigher.js:121:40\n' +
' at Generator.next (<anonymous>)\n' +
' at fulfilled (/opt/pulumi/node_modules/@pulumi/pulumi/runtime/closure/v8_v11andHigher.js:18:58)\n' +
' at processTicksAndRejections (internal/process/task_queues.js:93:5)',
objectId: '{"injectedScriptId":1,"id":4}'
}
white-balloon-205
worried-engineer-33884
01/24/2020, 3:01 AM__inflightFunctions
via the "globals" configuration) I get different errors.Are you using “closure serialization” (magic functions) anywhere in your code?I believe both lambdacallbacks and dynamic resources use this, right?
white-balloon-205
worried-engineer-33884
01/24/2020, 3:52 AM