-
Notifications
You must be signed in to change notification settings - Fork 54.5k
Description
Describe the problem/error/question
None of my workflows with community nodes are working, even if they are installed. I'm giving an example with the Kommo community node, but is also happening with any other.
What is the error message (if any)?
Problem executing workflow
There was a problem executing the workflow.
Error: Unrecognized node type: n8n-nodes-kommo.kommo
Workflow execution had an error
Error: Unrecognized node type: n8n-nodes-kommo.kommo
Please share your workflow/screenshots/recording
<img width="1371" height="1218" alt="Image" src="https://github.com/user-attachments/assets/c9a936d5-5940-4bf4-b326-b94133e43239" />
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.
{
"nodes": [
{
"parameters": {
"resource": "leads",
"returnAll": true,
"filter": {
"pipelines": [
7772595
],
"statuses": [
142
],
"closed_at": {
"dateRangeCustomProperties": {
"from": "={{ $now.startOf('day').toISO() }}",
"to": "={{ $now.endOf('day').toISO() }}"
}
}
},
"options": {},
"limit": 200
},
"type": "n8n-nodes-kommo.kommo",
"typeVersion": 1,
"position": [
336,
-192
],
"id": "ceb8d262-138c-41df-b840-bc6d9e8049f1",
"name": "Leads Criados1",
"credentials": {
"kommoOAuth2Api": {
"id": "IAUD6JhIGJ36erkG",
"name": "Kommo account"
}
}
}
],
"connections": {
"Leads Criados1": {
"main": [
[]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "516bb8c253f47dff72e7e5626a3df72c2d1318dc96d76f03183c7337df553a5d"
}
}
Share the output returned by the last node
Debug info
core
- n8nVersion: 1.121.3
- platform: docker (self-hosted) easypanel (hostinger)
- nodeJsVersion: 22.21.0
- nodeEnv: production
- database: postgres
- executionMode: scaling (single-main)
- concurrency: -1
- license: enterprise (production)