-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
HI @Jacques44
I am using bigexec node to run the scripting command using node-red. As I have faced some deployment issues on the exec node.
I have changed to bigexec.
While using bigexec, I am accessing nodered using an API call(HTTP in node) with query params for the example name.
and sending that name string to big exec to print the name. It is throwing below error.
TypeError: Converting circular structure to JSON --> starting at object with constructor 'Socket' | property 'parser' -> object with constructor 'HTTPParser' --- property 'socket' closes the circle

But the same using inject it is working fine.
I guess there is some issue with the integration of bigexec along with HTTP in the node.
Can you please check
PFA for the flow screenshot
below is the flow file from the Image :
bigexec-sample-with-api-call.txt