Hi Folks, Sorry if already asked (but every post has a 'noerr' and there's nothing in title that matches.
I did a deployment on to a production server from our Dev. The Dev server is fine but on production every single function node has a little orange triangle (adjacent the red triangle location?) when you hover it, the pop-up message is 'Invalid Properties:' and ' - noerr'
The export has noerr as 2 for everything. The interesting thing is, if i drag out a new function node, it's ok (and if I export it says noerr:0), but the first time I open it in the editor, it gets the warning triangle (and subsequently noerr:2).
Node-red version 1.0.3 (same as my dev), npm 6.4.1 IE 11
Thanks for your advice.
Rob
[example inject, function, debug - 2 functions (first is after being opened in node editor and 2nd is before)
[{"id":"ecb3264a.641538","type":"function","z":"10bdc123.d02d9f","name":"","func":"\nreturn msg;","outputs":1,"noerr":2,"x":280,"y":1060,"wires":[["efa5f51a.dd5fc8"]]},{"id":"200d17c0.f5a28c","type":"inject","z":"10bdc123.d02d9f","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":1060,"wires":[["ecb3264a.641538","e05390f9.7b013"]]},{"id":"efa5f51a.dd5fc8","type":"debug","z":"10bdc123.d02d9f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":460,"y":1020,"wires":},{"id":"e05390f9.7b013","type":"function","z":"10bdc123.d02d9f","name":"","func":"\nreturn msg;","outputs":1,"noerr":0,"x":270,"y":1120,"wires":[["244267c6.9a977"]]},{"id":"244267c6.9a977","type":"debug","z":"10bdc123.d02d9f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":440,"y":1140,"wires":}]