Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
How does the JSON for the node looks like, the one you pushed to production? Does it contain this bit
Thanks @ihortom! I just tried pushing again and reloading the page, but I now see that the batching I’m trying to add to our development workflow isn’t even remembered after a reload.
So I’m adding batching to an http node on development. I save the workflow after. I then reload the page. It’s gone. This doesn’t happen for you?
The batching was added to later http nodes in the workflow, but when I’m trying to add it to one of the first http nodes in the workflow, it just won’t accept.