Hi all, I’ve been using cloud version of n8n, and all of a sudden after a PC restart, i can’t see my workflow anymore. Although I see executions, I’m unable to “copy to editor” (error saying some nodes have been deleted since the last execution) or download JSON file (which is empty), so it’s not possible to restore the latest workflow. I tried some plain troubleshooting like page refresh / log out, etc. but still can’t see my workflow. Version history hasn’t been helpful either, and also the dashboard saying it’s zero executions, which can’t be true (I obvisouly could not delete it myself)… Any help how to restore it would be very much appreciated.
1 Like
Hey @Yegor_K Welcome to the n8n community!
It sounds like your workflow is lost or reset, and “Copy to editor” isn’t working. Here’s what you can try:
- Recover from an execution:
- Open a successful run under the Executions tab.
- Select all nodes (
Ctrl+A/Cmd+A) and copy (Ctrl+C/Cmd+C). - Create a new workflow and paste (
Ctrl+V/Cmd+V).
- Check workflow history:
- In the workflow, click the history icon and see if there’s an older version with your full setup.
- Download backups:
- If you’re an admin, go to Admin Dashboard → Manage → Export → Download Workflows to get the latest backup.
- If nothing helps, contact support:
- Email [email protected] with your workspace URL, workflow name/ID, last edit time, and recent execution links. They can help recover it from backups.
Let me know if your executions still show the full workflow, and I can guide you further!
1 Like
Recovering from an execution helped indeed, thank you so much !
1 Like
If you liked it kindly mark that as a solution.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.