Hello, I’m facing a server-side caching issue.
My workflow runs successfully in the “Executions” tab, and the final “Respond to Webhook” node shows the correct JSON output.
However, when I call the production webhook URL from my application, the browser’s Network tab shows that the server is returning the raw expression text (JSON.stringify(…)) instead of the executed result.
I have already tried clearing all browser cache, deactivating/reactivating the workflow, and saving it multiple times. The server seems to be stuck serving an old, broken version of the workflow publicly.
Here is the proof:
- The “Executions” tab showing a successful run:
- The browser’s “Network > Response” tab showing the broken text response:
Can you please help me investigate why the production webhook is not serving the latest saved version? Thank you.



