I've got this in my settings.js
/** Context Storage
* The following property can be used to enable context storage. The configuration
* provided here will enable file-based context that flushes to disk every 30 seconds.
* Refer to the documentation for further options: https://nodered.org/docs/api/context/
*/
contextStorage: {
default: {
module:"localfilesystem"
},
},
but I'm losing the values of my flow context variables when I re-start NR
How do I go about debugging what the issue is?
NR running on Win11