Hey community ![]()
I’ve been building with n8n for a while now and one thing that consistently slows me down is the error messages. They’re technically correct, but they’re not always actionable.
For example, I recently got this:
Invalid node execution. Check your data structure.
No indication of which node failed. No hint of what “data structure” issue it’s referring to. I eventually tracked it down to a missing field in an HTTP Request node — but it took 30+ minutes of Googling, reading
GitHub issues, and asking in Discord.
This happens a lot. The errors don’t typically tell you:
- Which node broke
- Why it broke in plain language
- What to change to fix it
I’ve been thinking about building a small tool (likely a Chrome extension) that sits alongside the n8n editor and explains errors in plain English when they appear — something like “This error means your HTTP
Request node is missing the Authorization header. Here’s how to fix it.”
Questions for the community:
- Is this a pain point you experience too?
- Are there existing tools or workarounds you use for this?
- Would something like this be useful to you?
Genuinely curious before investing time to build it. Happy to share progress here if there’s interest.