Describe the problem/error/question
For some reason, on our n8n Cloud instance there are no links between our nodes. I’ve never seen this before and was wondering what we can do to fix this UI issue.What is the error message (if any)?
Missing links between all nodes.
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
chrisjjadadma:
For some reason, on our n8n Cloud instance there are no links between our nodes. I’ve never seen this before and was wondering what we can do to fix this UI issue.What is the error message (if any)?
Missing links between all nodes.
Hi @chrisjjadadma , And are you updated to the latest version?
I mean we can try but this seems like an n8n bug?
@chrisjjadadma , you should see this thread and see if that works.
Hi gualter,
Yes we did try many different browsers on Windows and macOS but we think this has more to do with the Execute Workflow node, especially when you Execute another workflow outside of the current workflow. In that case when you have many concurrent workflows running, somehow the connections get lost somewhere and this causes all the next executions resulting in empty.
The fix for us has been to replace all the Execute Workflow nodes with HTTP Requests and Webhooks. So when we want to …