Built an automated outreach system in N8N and ran into an error path issue that was stopping my workflow unexpectedly.
✅ The fix: Go into the HTTP Request node → Settings → set “Continue (using error output)” under the On Error section.
When you enable this, N8N creates a dedicated error path from the node, so you can choose exactly what to do when something fails (retry, skip, notify, etc.).
It’s a small setting, but it saved me hours of troubleshooting. Sharing this here in case anyone else is building and hits the same block.
Keep stacking those wins, one tweak at a time. Let’s keep building.