Hugobox
Hugobox
Good call! It doesn't crash when I remove the debug node and only have the http-in to http response. Not sure If its intended, but the response I get in...
If i put a function in between the http-in and the http response with: if (msg.req.files){ node.warn("file is detected") } return msg; it doesn't crash and debug shows file is...
still crashes if function is: if (msg.req.files){ msg.file = msg.req.files[0] } msg.payload = msg.file return msg; alternatively, if I use a change node setting msg.payload to msg.req.files[0], it will crash...
Anybody can reproduce?