I’m building a wf with Google Drive Trigger
If i leave it for some time, when I’m back, it doesn’t respond. Even if pin the data. It just sticks and nothing happens.
Fix: reloading he page.
upd. the process executes but execution is not shown.
I’m building a wf with Google Drive Trigger
If i leave it for some time, when I’m back, it doesn’t respond. Even if pin the data. It just sticks and nothing happens.
Fix: reloading he page.
upd. the process executes but execution is not shown.
Hi @artildo, this sounds like it could be a networking problem between the n8n frontend and your server, preventing the server from sending status updates to the UI.
By default n8n uses server-sent events to send such updates to the UI, but if that’s causing trouble with your specific setup you could consider using websockets instead (by setting the N8N_PUSH_BACKEND=websocket
environment variable).