Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
-
n8n version:
-
Database (default: SQLite):
-
n8n EXECUTIONS_PROCESS setting (default: own, main):
-
Running n8n via (Docker, npm, n8n cloud, desktop app):
-
Operating system:
-
Hello everyone,
I’m having trouble connecting two workflows with a webhook on my new n8n installation.
-
n8n EXECUTIONS_PROCESS setting (default: own, main):
main -
Running n8n via (Docker, npm, n8n cloud, desktop app):
Docker -
Operating system:
Windows
The Problem
I am getting a 404 “resource not found” error when trying to call a webhook using my host’s IP address (
192.168.1.8).I have already tried:
-
Creating a Windows Firewall rule to allow traffic on port 5678.
-
Using my computer’s IP address (
192.168.1.8) instead oflocalhost. -
Creating a minimal test case with two simple workflows (one sending, one receiving), which also failed with the same 404 error.
Here is a screenshot of the simple test case failing:
Here is the
docker runcommand ordocker-compose.ymlfile I used to start n8n: (Paste your command or the contents of your docker-compose.yml file here)Thank you for any help you can provide!
-

