I'm struggling with the persistence setup on this node. I assume if I correctly set the setting.js (below) then the node should store its own data? if this is the case I dont understand why I am seeing "Store: N/A" (below2)
Settings seems to be correct.
Do you have any other node, using the persistent storage? Do they work correctly?
How (where) are you running the node red? Locally? Cloud?
Node uses same storage options as if you can use in function node - context.set('data',data)
Yes you can see it - navigate to .node-red folder and see if there is context folder, inside that you'll find folders with sort of id's
and one of them should have JSON file inside with interested node's id as the name of file.
And it is pretty simple json with your states in it.
If you are using projects, the context folder is moved to project space. Do search ...