Hi N8N team,
I fired up the platform today after a couple days of inactivity, and I get the following error for my credentials.
ERROR: Credentials could not be decrypted. The reason is that probably a different "encryptionKey" got used to encrypt the data than now to decrypt it.
Error: Credentials could not be decrypted. The reason is that probably a different "encryptionKey" got used to encrypt the data than now to decrypt it.
at Credentials.getData (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/Credentials.js:41:19)
at CredentialsHelper.getDecrypted (/usr/local/lib/node_modules/n8n/dist/src/CredentialsHelper.js:47:51)
at getCredentials (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/NodeExecuteFunctions.js:187:66)
at Object.getCredentials (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/NodeExecuteFunctions.js:378:24)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest.node.js:585:37)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/src/Workflow.js:492:37)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:395:62
I thought it was only uProc but it turns out that this is happening with Gitlab and other credentials as well