I’m currently running n8n locally and it was working fine until today where the app have a strange behaviour which is when i execute a workflow is load for an infinite time and if i stop it shows the execution (video here) :
Worst thing is when i execute from a webhook trigger it just load and i can’t even stop it video here :
I don’t really understand what happens since it was working just fine an hour ago.
Thanks in advance for your answers (sorry if my english is broken haha)
Not sure whats happening in the first clip. That happens to me sometimes and usually a page refesh fixes for me.
In the second clip, it is waiting for you to call the webhook. You need to click into the trigger node and send a webhook to the url listed to trigger it.
You can also press the pin button on the top right of the trigger node to add JSON data manually, and in that case it will run right away with the data you entered
But the problem is when i trigger the node (which used to work before) it continues loading but it is executed in background (i see it because my mautic fields are updated) also i should be able to stop it even if i don’t trigger it which isn’t the case now.
Also i can’t execute nodes individualy it ask for the whole to be executed which is also weird because sometimes it is only related to a manual trigger or the node itself doesn’t rely on others to work.