Sometimes when I execute the process, it is not shown as being executed. But is in fact executed.
This us a very annoying bug.
Have to reload the page.
Here you can see it is being executed… but in fact IS finished
Sometimes when I execute the process, it is not shown as being executed. But is in fact executed.
This us a very annoying bug.
Have to reload the page.
Here you can see it is being executed… but in fact IS finished
Hi @artildo - sorry to hear you’re having trouble with this!
Is this the only workflow you’re noticing this behavior with, or are there other workflows that have this happen, too? How often is this happening?
You could try changing the push backend from ServerSent Events to Websockets. That can be done by setting the environment variable:
N8N_PUSH_BACKEND=websocket
That will also be the default with the upcoming version 1.0 of n8n.
Be aware that you may also have to update the configuration of your reverse proxy to support Websockets.
@EmeraldHerald It happens now and then. The pattern is unclear. To the moment I can say that
Will keep watching.
@jan Thank you, will check that out
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.