I’m building a workflow in n8n that generates stock forecast data for multiple tickers. At the end of the workflow, I want to POST the generated JSON data to a Cloudflare Worker, which then forwards that data to a second n8n workflow via Webhook.
The main workflow runs fine and produces the correct output.
The Cloudflare Worker is deployed and responds correctly to POSTrequests.
But when I send the data (either a single object or an array) to the Worker from n8n, I get a resource not founderror, or nothing is triggered in the second webhook workflow.
