I installed per accident an update of node-red v132.
I hit a node-red update flow.
Is there a easy way back to 1.28 or 1.29 or can i (we solve below problems ?
After update two things doent work
all my data (projects) wont show.
project is disabled it says
strange because my settings files is ok
// Customising the editor
editorTheme: {
projects: {
// To enable the Projects feature, set this value to true
enabled: true
}
}
my https does not work anymore,
Issue 1 is the most important ! @update:
It looks like my node-red 1.32 executes /root/.node-red
instead off
/home/pi/.node-red !!!
Where can i change this? this could solve all problems accept the unwanted version (but if this is stable enough thats no problem!
That means that you have run node-red as the root user, usually either by running it manually with sudo node-red or, if running with systemd, you forgot to include the user setting.