Hello all.
I've started with node some weeks ago, so apologizes in advance if any question is a little bit simple. I've been looking througout the forum and I've not found anyone with this problem, so I guess the reason could be xome mistake by my side.
I've changed setting.js in this way, just to test context storage functionality.
contextStorage: {
default: "memoryOnly",
memoryOnly: { module: 'memory' },
file: { module: 'localfilesystem' }
},
I restart Nodered and all continue working well BUT...I can't find in the change node the option to choose the storage source at the right side of the set flow rule. What I'm missing?
Thanks in advance.