Hello Please Help us emergency issue / Why isn't working wait node? I just get a failed to fetch error

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

Hi @yebi20010914, can you share your workflow here as spinnet?

@umiddev
okay i share my workflow.
There are some differences from the text, but the structure is like this.

Maybe this helps you @yebi20010914

Did you try the HTTP Method from POST to GET. I saw your Wait node config, you used POST