I am helping a friend set up projects on the Windows device for Node-RED. He is running Node-RED V3.1.5 and we have projects enabled and have loaded git Bash. The editor now recognizes git but it is failing on the authentication portion.
/** By default, credentials are encrypted in storage using a generated key. To * specify your own secret, set the following property. * If you want to disable encryption of credentials, set this property to false. * Note: once you set this property, do not change it - doing so will prevent * node-red from being able to decrypt your existing credentials and they will be * lost. */ //credentialSecret: "a-secret-key",
We have uncommented the credentialSecret and set the value to false it still fails to authenticate.
Thanks in advance for advice.