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.