I'm experiencing a weird behavior with node-red dashboard controls.
Let's say, I add a simple UI-button with debug node attached to it just to output timestamp message, initially it works. But after certain hours (or unspecified time duration) when I click the button again, nothing happens. All the button clicks are ignored.
The only way to fix this is, either I slightly modify the flow (e.g attach another debug node) to start/stop node-red flows, or restart node-red service.
This entire experience is quite strange and it's even hard for me to put into words.
I checked service logs and didn't find anything there i.e. no error from node-red was reported.
Node-RED version: v0.17.4
Node.js version: v8.0.0
Linux version: 4.4.0-96-generic ia32 LE
Dashboard version: 2.5.0
I didn't experience such behavior in older dashboard versions.