Describe the problem/error/question
I am adding an Affinity trigger for field_value.updated
events. I turned the workflow active to check if the trigger is working properly. However I got the error below from the executions:
What is the error message (if any)?
The resource you are requesting could not be found
{
"errorMessage": "The resource you are requesting could not be found",
"errorDescription": "Unknown API endpoint",
"errorDetails": {
"rawErrorMessage": [
"404 - \"Unknown API endpoint\""
],
"httpCode": "404"
},
"n8nDetails": {
"nodeName": "Field Value Changes",
"nodeType": "n8n-nodes-base.affinityTrigger",
"nodeVersion": 1,
"time": "25/10/2024, 09:36:27",
"n8nVersion": "1.63.4 (Cloud)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeApiError: The resource you are requesting could not be found",
" at Object.affinityApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Affinity/GenericFunctions.js:34:15)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at Object.webhook (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Affinity/AffinityTrigger.node.js:207:28)",
" at Workflow.runWebhook (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:660:15)",
" at Object.executeWebhook (/usr/local/lib/node_modules/n8n/dist/webhooks/webhook-helpers.js:127:33)"
]
}
}
Please share your workflow
(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.)
Share the output returned by the last node
-NA-
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: