-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Request does not show the error in response #5877
Comments
Hey @wildsonc What version of n8n were you on before that had the errors you are expecting? I know we changed something a while back so I am not sure if this is a bug at the moment or to be expected. |
Test now in version 0.221.2, key "message" is returned. Maybe it's related to this commit #5699, where it would be necessary to add the message to the return of this object. |
Hey @wildsonc, The good news is the fix for this has been put in but not merged yet. |
Got released with [email protected] |
Fix got released with |
Describe the bug
When it gives an error, only the status of the request is returned, and no longer the response. Before, a message was returned with status and error together, and it was possible to know why the request failed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Before something like this was returned:
{"status":"rejected", "reason": { "message":"400 - "{ "id": "Not found" }"", "name":"Error"} }
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: