HTTP node failing when response is empty

Describe the problem/error/question

  • I’m using the HTTP node to post an event on Intercom /Events API.
  • This endpoint returns empty response (only the code)
  • This results in an error with the node
  • On the cloud version, there is the possibility to change the response output with the “Options”
  • On the hosted version, the Options button is not present. In advance settings, I checked Always output data, and Continue on errors, but it still marks the node as failing, which is painful for executions tracking.

Hi there,
don’t you have these options under settings?

Could you share some screenshots of your http node and the error you are getting?

What I don’t have is this “Add option” button on the hosted version.

Here is the cloud version

Here is the hosted version:

Now I indeed have and already checked the settings from your screenshot, as mentioned in my first post:

However, when running the node with these options, even though it correctly works, it’s marked as error in the executions (and the whole execution of the workflow is seen as failed), which makes is super hard to see when a real failure happens… What I would like here is to have a success state for the node / workflow execution, by just ignoring the error.

aaaa yes, the never error option was what you are looking for.

I do have this in my version. What version are you running?
I don’t think this is an enterprise feature.

I’m using n8n 1.81.4 (hosted version)

I just installed and started a fresh 1.81.4 on my local machine.

and I can see the fields in question so I really don’t know why you are missing them.
Did you try adding a new http node? Not copying an existing one but add a new one.

1 Like

No. I just did and it works well. I could have done it sooner, didn’t think it could have an impact, but that’s the mystery of tech… :slight_smile:

Thanks for your help here!

Been there multiple times :slight_smile:
Gear that it’s working, would appreciate if you mark the answer as solution for the question.

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