Hello, I'm having trouble with some custom nodes. I've installed a few that used to work after noticing the error with a new one, but the issue persists and it seems to be upstream with some of my dependencies. When I start my server with node index.js
I receive this error against custom node instances:
TypeError: Cannot read properties of undefined (reading 'handleStatus')
I've tried wrapping invocations of the handleStatus
function in try/catches to find out which one is being triggered, but no additional errors are logged to the console.
This method is part of the flow
object upstream and the error occurs on loading the server and during deploy - so, when the flow is updated. I'm not sure how I can trace the error further. Is anyone able to help me out? Thank you