I am new to Node-Red. Node-Red is installed on bullseye version of Raspberry.
Started Node Red console on Pi4 and start localhost:1880 in browser.
I create simple nodes that flow from "timestamp" into function node "exec" and end with a "debug" node.
When deployed I receive the message of credentials file using generated key...
I change my setting.js file in .node-red directory by activating credentialSecret: "xxx" - xxx being the key change.
Restart Node Red and deploy again. Still I get the same error message
What to do?
message:
10 Dec 10:29:34 - [warn]
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
10 Dec 10:29:34 - [info] Stopping flows
10 Dec 10:29:34 - [info] Stopped flows
10 Dec 10:29:34 - [info] Starting flows
10 Dec 10:29:34 - [info] Started flows
Can you copy/paste the contents of your settings.js please. When posting code, logs etc please use the </> button at the top of the forum entry window and paste the content in.