Problem loading credential ,Credentials could not be decrypted

How can i solve this problem ? is there any way i send encryption key so it wont be change frequently?

Problem loading credential

Credentials could not be decrypted. The likely reason is that a different “encryptionKey” was used to encrypt the data.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Ibrahim_Jogilkar,

Welcome to the community :raised_hands:

It sounds like you have not installed n8n correctly, Can you make sure you have the docker volume set so that the data in /home/node/.n8n is not replaced. If you are not able to do that you will need to set the N8N_ENCRYPTION_KEY environment variable.

For the credentials you already have if you don’t know the encryption key you will need to make them again.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.