Problems with Webhook and Cloudflare

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.

  • :white_check_mark: The main workflow runs fine and produces the correct output.
  • :white_check_mark: The Cloudflare Worker is deployed and responds correctly to POST requests.
  • :x: But when I send the data (either a single object or an array) to the Worker from n8n, I get a resource not found error, or nothing is triggered in the second webhook workflow.