Hi, when deploying changes in Node-RED 1.10.0 or 1.8.4 I get the following EPERM error: Search flows
Flow
"d9447549.a50b28"
Deploy failed:
{
"code":"EPERM",
"message":"EPERM: operation not permitted, copyfile '/var/snap/ctrlx-node-red/109/solutions/activeConfiguration/node-RED/flows.json' -> '/var/snap/ctrlx-node-red/109/solutions/activeConfiguration/node-RED/.flows.json.backup'"
}
There is no error with the initial deployment or when deleting flows.json from the Configurations. So the copy/rename seems to produce this error. I am logged in with full permissions. I dont have any issues on a second ctrlX CORE with the same Versions installed. Any clues?
... View more