Describe the problem/error/question
I am stuck on Step five: Output data from your workflow
I keep getting Error 404 although the Previous If (true) step works fine.
When I create bin, it gives an error and doesn’t return PostBin ID.
What is the error message (if any)?
Request failed with status code 404 [item 0]
Error code
404
Full message
Request failed with status code 404
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.)
{
“nodes”: [
{
“parameters”: {
“rule”: {
“interval”: [
{
“field”: “weeks”,
“triggerAtDay”: [
1
],
“triggerAtHour”: 9
}
]
}
},
“type”: “n8n-nodes-base.scheduleTrigger”,
“typeVersion”: 1.2,
“position”: [
0,
0
],
“id”: “a7bb16bd-b226-4354-a53e-0bdf57710af3”,
“name”: “Schedule Trigger”
},
{
“parameters”: {
“resource”: “donkiSolarFlare”,
“additionalFields”: {
“startDate”: “={{ $today.minus(7, ‘days’) }}”
}
},
“type”: “n8n-nodes-base.nasa”,
“typeVersion”: 1,
“position”: [
240,
0
],
“id”: “93e1511f-2e8d-4165-89f4-9417f1166d5a”,
“name”: “NASA”,
“credentials”: {
“nasaApi”: {
“id”: “xxwIV51cxtzwEF2n”,
“name”: “NASA account”
}
}
},
{
“parameters”: {
“conditions”: {
“options”: {
“caseSensitive”: true,
“leftValue”: “”,
“typeValidation”: “strict”,
“version”: 2
},
“conditions”: [
{
“id”: “42bfd603-5d03-4fe4-a130-43b3a7ce1abf”,
“leftValue”: “={{ $json.classType }}”,
“rightValue”: “M”,
“operator”: {
“type”: “string”,
“operation”: “contains”
}
}
],
“combinator”: “and”
},
“options”: {}
},
“type”: “n8n-nodes-base.if”,
“typeVersion”: 2.2,
“position”: [
480,
0
],
“id”: “142ab3b6-9cf0-4b50-8c7c-9e444a76704c”,
“name”: “If”
},
{
“parameters”: {
“requestOptions”: {}
},
“type”: “n8n-nodes-base.postBin”,
“typeVersion”: 1,
“position”: [
700,
-100
],
“id”: “b5fcf5e2-27cc-415f-88bd-2accfb66345b”,
“name”: “PostBin”
}
],
“connections”: {
“Schedule Trigger”: {
“main”: [
[
{
“node”: “NASA”,
“type”: “main”,
“index”: 0
}
]
]
},
“NASA”: {
“main”: [
[
{
“node”: “If”,
“type”: “main”,
“index”: 0
}
]
]
},
“If”: {
“main”: [
[
{
“node”: “PostBin”,
“type”: “main”,
“index”: 0
}
],
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “4a2510480edb298f31a3562f4682ee03a7c8f8df7e9b8d44d92a26456e842574”
}
}
Share the output returned by the last node
1 item
Request failed with status code 404 [item 0]
Asked
Error details
From PostBin Other info
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:
n8n Cloud
I am frustrated. Any help would be appreciated.