Problem -
Hi guys,
Following the steps of workflow 2 of the n8n level 2 course, in the HTTP request node I get an “Error in workflow” message.
The authorization is successful, but the node does not return data.
Is there a problem with the webhook?
{
"status": "rejected",
"reason": {
"message": "500 - {"message":"Error in workflow"}",
"name": "Error",
"stack": "Error: Request failed with status code 500 at createError (/app/code/node_modules/axios/lib/core/createError.js:16:15) at settle (/app/code/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/app/code/node_modules/axios/lib/adapters/http.js:269:11) at IncomingMessage.emit (node:events:539:35) at endReadableNT (node:internal/streams/readable:1345:12) at processTicksAndRejections (node:internal/process/task_queues:83:21)"
}
}
As is set up -
Information on n8n setup
- n8n version: 0.190.0
- Database you’re using (default: SQLite): postgresql
- Running n8n with the execution process [own(default), main]: own
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker