Always Manual input when : The node contains X MB of data. Displaying it may slow down your browser temporarily

Hi , my workflow stuck because my html node always displays

" Display data?
The node contains 2.1 MB of data. Displaying it may slow down your browser temporarily. "

Then I need to always click show data !!!

My question, how to disable this warning message and automatically proceed to show the data without manual input from me to click the button ?

Thanks a lot


It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • n8n version: self hosted Version 1.72.1
  • **Database (default: SQLite):**sqlite
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**coolify
  • Operating system: ubuntu

Hi @elgokoo

Thanks for posting here and welcome to the community! :raised_hands:

How are you running your workflow? In production it shouldn’t “hang up” because of the big load as this is only for displaying it in the UI.

Why do you need to display it every time? If you need to check for something specific in the payload I would create a 2nd workflow that you can use only for testing and have a filter node in there to get the data you want to look at. If the output of the filter is small enough it will not hide the data for display.

Bear in mind that your production flows should not be impacted by this display button and process the entire payload “in the background” whether or not you click to ‘display’ it.

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