2 months ago
The logs showing this:
invalid input syntax for type uuid: "undefined"
Error handling CollaborationService push message
Error: Error handling CollaborationService push message
at Push. (/usr/local/lib/node_modules/n8n/src/collaboration/collaboration.service.ts:54:6)
at processTicksAndRejections (node:internal/process/task_queues:103:5)
1 Replies
Status changed to Awaiting Railway Response Railway • 2 months ago
Status changed to Open brody • 2 months ago
2 months ago
hey,
your workflows are not actually frozen, they're running fine in the background. this is a confirmed n8n bug (github issue #25418) , the websocket push layer fails to update the ui, so the executions list just doesn't auto-refresh. you can confirm by manually refreshing the page and your executions will show up there. it's a ui update issue, not an execution issue
here is the link to github n8n issue : https://github.com/n8n-io/n8n/issues/25418