Deploy button not working after import

I imported following code .
[{"id":"c4ed7b7f.b766a8","type":"ui_chart","z":"c1f54225.8011f","d":true,"name":"","group":"bb260e6b.77d62","order":8,"width":"9","height":"10","label":"Arduino YL-69 + v1.2 data","chartType":"line","legend":"true","xformat":"HH:mm:ss","interpolate":"bezier","nodata":"","dot":false,"ymin":"0","ymax":"1023","removeOlder":"60","removeOlderPoints":"","removeOlderUnit":"60","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"outputs":1,"x":1130,"y":620,"wires":[]},{"id":"bb260e6b.77d62","type":"ui_group","z":"3639e7d1.f1c3e8","name":"Capteurs d'humidité - Moisture sensors","tab":"","order":1,"disp":true,"width":"9","collapse":false}]

Then I deployed it and found that it is working ..
But after that I cannot delete the node and deploy .

Tested in windows and Linux .

Please let me know what is going wrong .

What version of Node-RED are you using? Are there any errors in the browser's JavaScript console?

When sharing flows you must format them as a code block otherwise noone will be able to import it.

Using 1.2.3 Version.
I can see an error as shown below.

ncaught TypeError: Cannot read property 'name' of undefined
at v (red.min.js:16)
at red.min.js:16
at Object.eachConfig (red.min.js:16)
at E (red.min.js:16)
at HTMLAnchorElement. (red.min.js:16)
at HTMLAnchorElement.dispatch (vendor.js:2)
at HTMLAnchorElement.v.handle (vendor.js:2)

No error at backend.
Included the code again

[{"id":"c4ed7b7f.b766a8","type":"ui_chart","z":"c1f54225.8011f","d":true,"name":"","group":"bb260e6b.77d62","order":8,"width":"9","height":"10","label":"Arduino YL-69 + v1.2 data","chartType":"line","legend":"true","xformat":"HH:mm:ss","interpolate":"bezier","nodata":"","dot":false,"ymin":"0","ymax":"1023","removeOlder":"60","removeOlderPoints":"","removeOlderUnit":"60","cutout":0,"useOneColor":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"outputs":1,"x":1130,"y":620,"wires":[[]]},{"id":"bb260e6b.77d62","type":"ui_group","z":"3639e7d1.f1c3e8","name":"Capteurs d'humidité - Moisture sensors","tab":"","order":1,"disp":true,"width":"9","collapse":false}]

I think this was fixed in the more recent releases. I suggest you upgrade to 1.2.6

Yes .Upgrade worked .Thank You Nick

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.