Node HTTP Request returns Not Found

Hi there,

I am having an issue since the last update 0.236.2 with the node HTTP Request.

I am trying to do a request, but it always returns “Not Found” in the Binary tab, when I click on “View”. Here is the downloaded binary data in HTML :

<!DOCTYPE html>
<html lang="en">
<head><script>window.n8n={ environment: "production", version: "0.236.2" }</script><script src="https://public.n8n.cloud/frontend-hooks.js"></script><script src="https://public.n8n.cloud/segment.js"></script><script src="https://public.n8n.cloud/sentry.js"></script>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Not Found</pre>
</body>
</html>

Workflow :

This is an important issue for me and I can’t rollback the version.

Information on your n8n setup

  • n8n version:0.236.2
  • Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • Running n8n via (Docker, npm, n8n cloud, desktop app):n8n cloud
  • Operating system:MacOS

Thanks in advance for the response.

Hi @florian1, I am so sorry you are having trouble.

Based on your description it sounds like you might be affected by this bug fixed with [email protected]. I reckon this will become available on n8n cloud shortly, perhaps @Niklas_Hatje can confirm the exact ETA for this?

2 Likes

We’re expecting 0.236.3 to go live today or latest tomorrow :slight_smile:

1 Like

Hello guys,

Thanks for your answer. Hope it will solve it !

1 Like

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