Independent n8n troubleshooting
Fix broken n8n workflows without reading every doc page first.
Fast, source-backed troubleshooting paths for webhook 404s, Docker persistence, queue mode, expressions, credentials, and production workflow failures.
- 89
- source-backed pages
- 25
- priority fixes
- 25
- error fix pages
- 20
- workflow recipes
This site is independent and is not affiliated with, sponsored by, or endorsed by n8n GmbH. n8n is referenced only to describe compatibility and user-facing troubleshooting topics.
Priority Pages
View alln8n Webhook Not Working: Test vs Production URLs and Reverse Proxy Fixes
Fix n8n webhook failures by checking test vs production URLs, workflow activation, WEBHOOK_URL, public domains, reverse proxies, and external request routing.
troubleshootingn8n Webhook 404: Fix Wrong URLs, Inactive Workflows, and Proxy Routes
Diagnose n8n webhook 404 errors by checking test vs production URL mode, active workflow status, HTTP method, webhook path, WEBHOOK_URL, and reverse proxy routing.
troubleshootingn8n Test vs Production Webhook URLs: When to Use Each One
Understand why n8n test webhooks work in the editor while production webhooks require an active workflow and the correct external URL.
troubleshootingn8n Docker Volume Persistence: Avoid Losing Workflows and Credentials
Fix n8n Docker persistence by mounting /home/node/.n8n, protecting SQLite data, preserving community nodes, and testing container recreation.
deployment checklistn8n Docker Compose Setup for Self-Hosting: Volume, .env, Postgres, and Webhooks
Build a safer n8n Docker Compose setup with persistent storage, private env files, Postgres planning, public webhook URLs, HTTPS, and backup checks.
troubleshootingn8n Postgres Connection Error: Internal DB vs Postgres Node Fixes
Fix n8n Postgres connection errors by separating internal database settings from workflow Postgres node credentials, Docker networking, SSL, and permissions.
deployment checklistn8n Postgres Setup: Environment Variables, Permissions, and Queue Mode Readiness
Configure n8n with Postgres using DB_TYPE and DB_POSTGRESDB variables, database permissions, Docker networking, backups, and queue mode planning.
troubleshootingn8n Queue Mode Error: Fix Redis, Workers, Database, and Encryption Key Mismatches
Troubleshoot n8n queue mode errors by checking Redis reachability, worker configuration, database access, version parity, and shared N8N_ENCRYPTION_KEY.
deployment checklistn8n Queue Mode Setup: Redis, Postgres, Workers, and Encryption Key Checklist
Set up n8n queue mode with Redis, Postgres, worker processes, shared N8N_ENCRYPTION_KEY, version parity, and binary data cautions.
deployment checklistn8n Docker Installation: Persistent Volume, Timezone, and Production Readiness
Install n8n with Docker while keeping /home/node/.n8n persistent, aligning timezone settings, and preparing for HTTPS, backups, and public webhooks.
troubleshootingn8n Redis Connection Error: Fix Queue Mode Host, Port, Password, and Workers
Fix n8n Redis connection errors in queue mode by checking QUEUE_BULL_REDIS_HOST, port, credentials, Docker networking, workers, and process restarts.
troubleshootingn8n Expression Error: Fix Missing Fields, Unexecuted Nodes, and Branch Problems
Debug n8n expression errors by checking referenced node names, branch execution, missing JSON fields, expression syntax, and when to use a Code node instead.
Template Paths
View packsWorkflow recipe packs
Scenario bundles for CRM sync, support triage, reporting, file alerts, AI summaries, and outbound webhook workflows.
Troubleshootingn8n fix checklists
Runbooks for webhook 404s, queue mode failures, worker issues, invalid JSON, CORS, OAuth callbacks, and rate limits.
Self-hostingSelf-hosted n8n launch kit
A deployment review covering Docker, volumes, Postgres, Redis, queue mode, reverse proxy, SSL, backups, and upgrades.