Cannot login to n8n after pod restart

Hi, I cannot login anymore to my n8n self hosted.

I have it running on railway. I was at Version: 1.114.4. I just redeployed the pod and now I am at version 1.116.2.

As soon as I try to log in, I cannot anymore. I insert u/p and it works, but when I enter the OTP, I cannot. If I try with recovery codes, it does not work.

I just found these logs below as soon as the container starts.

Can somebody help?

Version: 1.116.2
[license SDK] cert is invalid because device fingerprint does not match: (autorenewalsEnabled: true, expiredAt: Fri Oct 31 2025 14:08:11 GMT+0000 (Coordinated Universal Time), issuedAt: Tue Oct 21 2025 14:08:11 GMT+0000 (Coordinated Universal Time))
[license SDK] cert is invalid because device fingerprint does not match: (autorenewalsEnabled: true, expiredAt: Fri Oct 31 2025 14:08:11 GMT+0000 (Coordinated Universal Time), issuedAt: Tue Oct 21 2025 14:08:11 GMT+0000 (Coordinated Universal Time))
Start Active Workflows:
There was a problem activating the workflow: "Credentials could not be decrypted. The likely reason is that a different "encryptionKey" was used to encrypt the data."
WorkflowActivationError: There was a problem activating the workflow: "Credentials could not be decrypted. The likely reason is that a different "encryptionKey" was used to encrypt the data."
    at ActiveWorkflows.add (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/active-workflows.ts:127:11)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at ActiveWorkflowManager.addTriggersAndPollers (/usr/local/lib/node_modules/n8n/src/active-workflow-manager.ts:956:3)
    at ActiveWorkflowManager.add (/usr/local/lib/node_modules/n8n/src/active-workflow-manager.ts:614:32)
    at ActiveWorkflowManager.activateWorkflow (/usr/local/lib/node_modules/n8n/src/active-workflow-manager.ts:470:18)
    at /usr/local/lib/node_modules/n8n/src/active-workflow-manager.ts:450:6
    at async Promise.all (index 0)
    at ActiveWorkflowManager.addActiveWorkflows (/usr/local/lib/node_modules/n8n/src/active-workflow-manager.ts:453:5)
    at ActiveWorkflowManager.init (/usr/local/lib/node_modules/n8n/src/active-workflow-manager.ts:101:3)
    at Start.run (/usr/local/lib/node_modules/n8n/src/commands/start.ts:348:3)