Free checklist
n8n webhook and queue troubleshooting checklist
A practical checklist for production-style n8n failures: webhook 404s, wrong public URLs, reverse proxy issues, queue mode, workers, Redis, Postgres, OAuth callbacks, CORS, rate limits, and invalid JSON.
Checked Context
Select the checks you have confirmed. Copy the result into the diagnostic brief if the issue is still blocked.
No checks selected yet. This tool runs in your browser only.
Reverse proxy and browser access
Queue mode and workers
Data and payload failures
When To Use It
Use this when a workflow worked in the editor but fails from an external app, when jobs stay queued, when workers look healthy but do not process executions, or when browser/API calls fail before the workflow logic is reached.
This is an independent third-party checklist. It links back to source-backed Workflow Fixes pages and official n8n documentation for verification.
Related Fix Pages
n8n Webhook 404 Wrong URL, inactive workflow, method mismatch, or reverse proxy path problems. n8n Worker Not Processing Jobs Queue mode, Redis, database, worker command, and encryption key checks. n8n Rate Limit Error Retry delay, batching, Loop Over Items, Wait, and idempotency checks. n8n Invalid JSON Runtime payload, raw body, expression, quote, and structured field checks.