When I run an n8n workflow manually, it is not progressing to the next node even though the execution log shows the previous node completes without any errors and outputs the data for the next node to pickup as input.
It is very odd - no errors, it just never moves to the next node.
What is the error message (if any)?
No error
Please share your workflow
Share the output returned by the last node
Output is showing all the files that it should show (167 in total)
Hey @ThatPrivacyGuy , could you share a screenshot showing where the workflow execution stalls?
I suspect it might be at LLM Chain due to large text to process or general service availability provided by Ollama. If so, do you self-host Ollama or use the external solution?
No need to screenshot it stays on the node that was executed and just keeps the state of “Executing” - but when you go to execution log it shows as complete.
So if I use the Manual trigger it never moves from the Manual trigger, if I run the second node (the read file node) by clicking the play button, it does the same. If I stop that execution and then manually play the next node, same thing.
Each time I try to manually progress (only after the execution view shows the node has completed and I can see the output data is there) it is the same.
I left it running for 45 minutes, it never progressed.
Worked last week, workflow hasn’t changed only difference is I was physically sat at the machine running n8n and hosting the files when I ran it last week from localhost- this week I am in a hotel a thousand miles away - accessing n8n through nginx reverse proxy.
Did you remember to configure nginx to allow websockets? It sounds like it hasn’t been done which means the front end is waiting for the message from the backend but it is never arriving.