Excellent, thanks.
Hopefully the changes @dceejay has made will clear up some of the 'extra' msgs in my tests
Start NR pointing at a new flow
- open dashboard.
- open debug in sidebar, then open it in a new window (button bottom right)
- open a new browser window and open the UI (example http://localhost:1880/ui)
- ignore warning message in debug
- add an
inject
,chart
, anddebug
node- set
chart
to use the default group and tab - connect
chart
=>debug
- set
debug
to display complete msg object
- set
- deploy - debug shows (2) empty msg
- connect
inject
tochart
and deploy - debug shows (4) empty msg - remove the
inject
tochart
wire and deploy - debug shows (4) empty msg
feel free to try it...
cd ~/.node-red
npm i node-red/node-red-dashboard
restart, flush browser, etc
That works great, none of my test cases show an empty msg occurring
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.