Undefined workflow error when making HTTP request

Getting below error when making http request.

“Status”: “failure”,
“Error”: {
“message”: “Cannot read property ‘WORKFLOWS’ of undefined”,
“name”: “TypeError”
}
}
at null.createError (/opt/ee/node_modules/axios/lib/core/createError.js:16:15)
at null.settle (/opt/ee/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/opt/ee/node_modules/axios/lib/adapters/http.js:236:11)
at IncomingMessage.emit (events.js:412:35)
at null.endReadableNT (internal/streams/readable.js:1334:12)
at process.processTicksAndRejections (internal/process/task_queues.js:82:21)

Anyone have any thoughts?

@GarySSE Thanks for reaching out. Could you click the Share button at the top-right of your workflow and share it with dylan@pipedream.com? I’d like to take a look at the specific error.