All of HTTP request is not working

Is HTTP Request node is not available on trial plan? I’m always having the error below:

Problem in node ‘HTTP Request‘
Bad request - please check your parameters

I’m still having this error even with a very simple HTTP request without authentication, without parameters, without header, etc.

This works perfectly on my self hosted app.

Information on my n8n setup

  • n8n version: 1.45.1
  • Database (default: SQLite): don’t know. I’m using cloud
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: any

Hi @jmozzart ,

Thanks for bringing this to our attention! :raised_hands:

When did you start seeing this?

I’m not being able to recreate the error, could you share an example workflow with the params your sending? For example, does this happen in all request methods?

Hi @mariana-na ,

We just signed up for a trial yesterday. I also signed up a trial for another account. But still the problem persists.

Here’s the loom video to show my problem.

I can see that there is an error saying I don’t have a cloud plan. Does it mean trial accounts doesn’t have access to this node?

@mariana-na,

as you can see in the video even with a basic HTTP call (without params, headers, and auths) the node fails.

Thank you for sending the video! Great help.

So, when you’re testing the node the workflow is actualy trying to run the previous http request first. You can see in the error that the node failing is called “HTTP Request” instead of “HTTP Request1”. The error message in your logs it’s also pointing at the https://www.jobfeed.de/api/v3/search url instead of the https://api.restful-api.dev/objects?id=5&id=10 you’re trying to run

1 Like

Thanks. Never thought it will do a request of the previous node.

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