Description:
Hi, I’ve been having issues when trying to edit an HTML node in n8n.
If I paste HTML code (around 400 lines) inside the HTML node, the code disappears or does not get saved.
If I try to edit existing code inside the node, the changes are also lost after saving.
The only workaround I found was to create a new HTML node and paste the full code there. That way, the code remains, but editing later is still not reliable.
This behavior started recently — before, I could edit large HTML content without problems.
Not sure if the issue is related to the length of the HTML (≈400 lines) or something else.
Environment:
n8n version: 1.107.3
Deployment: Docker
Browsers tested: Chrome & Firefox (same issue)
Has anyone else experienced this? Any ideas or workarounds?
I just pasted a 10000 lines json to HTML node, executed, saved, closed the flow, reopened the flow, executed again. The whole html stays where it was. Could you maybe illustrate what exactly you do to make it disappear?
I also tried that — literally deleted the whole content first and then pasted my HTML. The result is even worse: the node inserts nothing at all and stays empty.
So basically it doesn’t work in any of these cases:
Ctrl+A → Ctrl+V directly → the sample HTML stays, my code is ignored.
Editing only specific fields (instead of replacing everything) → as soon as I move the cursor to another place, my changes disappear and the old content comes back.
In short: no matter if I replace everything, delete and paste, or just edit a few parts, the changes don’t persist.