Hello, I had Node Red working fine than I tried to deploy but I lost connection to the server and had this message:
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.
I tried to uncomment the secret key and even used another settings.js file that I had it as a backup, but nothing worked, the worst thing is I checked the flow folder and I found it empty could you please tell how to can I solve this problem! PS: I'm using win7
That is just a warning notification, it will not stop node-red from running. Show us the full startup log and explain in more detail what is not happening.
The startup log will also tell you where you flows file is.
I am not a Windows user but that looks like a very odd place for the flows file to be located. You may well not have write access there which will give all sorts of problems. Usually it would be under your user folder.
Yes you're right, that is the reason why I had to run it as an admin each time, but even though it used to work fine. Now I moved to to my user directory but it still crashes
How can you see that it is not running?
Perhaps it is hanging or looping. Try starting it using node-red --safe
which will start the editor without starting the flows. Then you can undo whatever was the last thing you did.
Thanks, now I can access both the editor and the ui dashboard, first I couldn't access the dashboard apparently I was doing something wrong in the flow once I deleted the problematic node I've been able to access the dashboard. Thanks a lot !