Describe the bug
While using n8n from my local Docker environment running on a Windows 10, I’m unable to receive a response other than 404 (Not found) from the Webhook trigger node.
I’m invoking the Webhook from Postman and I already checked that the HTTP method match, the workflow is active and tested with both the test and production URL.
To Reproduce
Steps to reproduce the behavior:
- Run
docker-compose up
with the following config:
version: '3.9'
services:
n8n:
image: n8nio/n8n:latest
ports:
- 5678:5678
volumes:
- n8n-data:/home/node/.n8n
volumes:
n8n-data:
- Add a Webhook node
- Execute node
- Send HTTP request with Postman, curl, or another HTTP client
- See 404 error response