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
when trying to manipulate the output from the node most of the nodes can't pick up the output because it's formatted as a string instead of an object. Usually the output is loaded to msg.payload, instead this is what comes out.
The text was updated successfully, but these errors were encountered:
I get a similar behavior with the 'Azure IoT Hub' module, when it stops working randomly. I would expect a msg.payload = "error message here", but instead I get msg as a string which is proving difficult for me to catch and handle properly.
when trying to manipulate the output from the node most of the nodes can't pick up the output because it's formatted as a string instead of an object. Usually the output is loaded to msg.payload, instead this is what comes out.
The text was updated successfully, but these errors were encountered: