Is anyone can help and direct me where to find console-node? I try to make a simple workflow with start-set-console

{
“errorMessage”: “Invalid credentials (Failure)”,
“errorDetails”: {},
“n8nDetails”: {
“n8nVersion”: “1.76.1 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“Error: Invalid credentials (Failure)”,
" at Connection._resTagged (/usr/local/lib/node_modules/n8n/node_modules/imap/lib/Connection.js:1502:11)“,
" at Parser. (/usr/local/lib/node_modules/n8n/node_modules/imap/lib/Connection.js:194:10)”,
" at Parser.emit (node:events:518:28)“,
" at Parser._resTagged (/usr/local/lib/node_modules/n8n/node_modules/imap/lib/Parser.js:175:10)”,
" at Parser._parse (/usr/local/lib/node_modules/n8n/node_modules/imap/lib/Parser.js:139:16)“,
" at Parser._tryread (/usr/local/lib/node_modules/n8n/node_modules/imap/lib/Parser.js:82:15)”,
" at TLSSocket.Parser.cbReadable (/usr/local/lib/node_modules/n8n/node_modules/imap/lib/Parser.js:53:12)“,
" at TLSSocket.emit (node:events:518:28)”,
" at emitReadable
(node:internal/streams/readable:834:12)“,
" at processTicksAndRejections (node:internal/process/task_queues:81:21)”
]
}
}

i need to connect to console node, but can’t find it in node collaction. can anyone help?

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:

Welcome to the community @2024s !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


If by “console node” you mean Execute Command node then it is not available on n8n Cloud, only in self-hosted soilution.

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