Describe the problem/error/question
While i use n8n on docker.
I sent a “Get” signal from html to n8n, but the waiting node is not unpaused.
And Html LOG just show failed to fetch error.
First, this is definitely not a CORS error. I didn’t receive any such error message, and I couldn’t find any such error upon checking.
It also doesn’t seem to be a URL format issue. I sent a signal using the URL provided by the WAIT node, using the fetch method as a get, but n8n isn’t receiving the signal.
The execution environment is running on localhost.What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
-
n8n version:
-
Database (default: SQLite): supavase
-
n8n EXECUTIONS_PROCESS setting (default: own, main): own
-
Running n8n via (Docker, npm, n8n cloud, desktop app):docker
-
Operating system:window