I see this issue with Node-RED version 0.20.3
html, body { height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } html { overflow: hidden; } body { font-family: Segoe UI, Helvetica Neue, Helvetica, Arial, Verdana; color: #222222; background-color: #ffffff; font-size: 14px; word-break: break-word; margin:0; padding: 5px; box-sizing: border-box; overflow: auto; } body.invalid { background-color: #ffc; } P { line-height: 1.5em; margin: 0; } body.watermark { color: #999999; font-style: italic; } img { max-width: 100%; } a, a:visited { color: #007acc; }
-
Login to nodered.
-
Import the following flows and deploy.
Sample flow:
[{"id":"52cfbedb.214ec","type":"inject","z":"109eeae9.2cf315","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":200,"y":120,"wires":[["c1174706.cb4cc8"]]},{"id":"c1174706.cb4cc8","type":"function","z":"109eeae9.2cf315","name":"","func":"msg.topic = "Insert into stu;";\nreturn msg;","outputs":1,"noerr":0,"x":420,"y":160,"wires":[["dbf2cb16.d97d48"]]},{"id":"dbf2cb16.d97d48","type":"debug","z":"109eeae9.2cf315","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":660,"y":160,"wires":}]
Deploy failed: no response from server
Console messages.
Failed to load resource: net::ERR_CONNECTION_RESET
Second time Deploy:
vendor.js:5 POST http://XXX.XXX.XXX.XXX:1896/flows net::ERR_CONNECTION_RESET