My main Node-red server has v4.1.4.
The telemetry section of settings.js looks like this
telemetry: {
/**
* By default, telemetry is disabled until the user provides consent the first
* time they open the editor.
*
* The following property can be uncommented and set to true/false to enable/disable
* telemetry without seeking further consent in the editor.
* The user can override this setting via the user settings dialog within the editor
*/
enabled: true,
/**
* If telemetry is enabled, the editor will notify the user if a new version of Node-RED
* is available. Set the following property to false to disable this notification.
*/
updateNotification: true // Also tried with this commented out
},
It does show me available updates for nodes
But nether before nor after updating the nodes does it show that NR 4.1.6 is available.
What am I missing?


