You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Describe the bug
A REST response does not have to have data. Sometimes a 200 response is all that is needed. N8N by default sets the response to 200 and no data. Currently, the success event is never triggered on the REST node until I set N8N to respond with an empty object.
To Reproduce
Steps to reproduce the behavior:
Straightforward.
Expected behavior
An API that response with no data should still trigger success or failure based on codes alone.
Describe the bug
A REST response does not have to have data. Sometimes a 200 response is all that is needed. N8N by default sets the response to 200 and no data. Currently, the success event is never triggered on the REST node until I set N8N to respond with an empty object.
To Reproduce
Steps to reproduce the behavior:
Straightforward.
Expected behavior
An API that response with no data should still trigger success or failure based on codes alone.