How can I disable the "review changes" confirmation in nodered

Basically I have a flow that will just simply disable specific nodeflow (TAB) on my nodered.
The flow works perfect but what happen is everytime I deploy that, it always ask me to review the changes. I don't want to review this changes and I want it to automatically deploy. How can I disable this?

By the way I using the nodered HTTP API to disable the flow.

Hi @Henjoe.

Unless I am missing a trick/setting, I don't think you can.
What you're effectively doing, is emulating 2 users, using the editor, and one of the users deploying changes

  • Your self
  • Another using the API
1 Like

My bad, the flow works when I closed the editor.
Thanks for giving me hint!

1 Like

If you refresh the page then the message will go.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.