Describe the problem/error/question
Hey, after upgrading to 1.25.1 my workflow stopped working correctly. Workflow does have two trigger endpoints: cron and telegram message. Cron sends tg message and this part works ok. But part, that react on the message from telegram does not work at all after the upgrade. Any ideas what is happening and how to fix it?
What is the error message (if any)?
This is a log from the main n8n process;
Loading config overwrites [ '/n8n-config/config.json', '/n8n-secret/secret.json' ]
Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 1.25.1
================================
Start Active Workflows:
================================
- "Daily TG" (ID: HG0d1HQ2PIzWOBVa)
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
=> ERROR: Workflow could not be activated on first try, keep on trying if not an auth issue
WRONGTYPE Operation against a key holding the wrong kind of value
Issue on initial workflow activation try of "Daily TG" (ID: HG0d1HQ2PIzWOBVa) (startup)
Editor is now accessible via:
http://localhost:5678/
Try to activate workflow "Daily TG" (HG0d1HQ2PIzWOBVa)
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
TypeError: Cannot read properties of undefined (reading 'lastTimeout')
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
ReplyError: WRONGTYPE Operation against a key holding the wrong kind of value
Worker logs contains a lot of messages like, but no other errors.
Failed to read public key: ENOENT: no such file or directory, open '/home/node/.n8n/ssh/key.pub'
webhook worker Is full of same errors:
Failed to read public key: ENOENT: no such file or directory, open '/home/node/.n8n/ssh/key.pub'
Please share your workflow
Share the output returned by the last node
I don’t see any executions of the second (webhook) trigger or any errors in the interface
Information on your n8n setup
- n8n version: 1.25.1
- Database (default: SQLite): Postgresql
- n8n EXECUTIONS_MODE setting (default: own, main): queue
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker in k8s
- Operating system: Ubuntu 22.04 LTS