n8n
n8n copied to clipboard
Duplicated run in UI
Describe the bug The UI always show duplicated run turn, but actually they doesn't exist.
To Reproduce Enter into a workflow, run it, quit the editor to go to the list, and enter again, and trigger it again
During Run, there always shows more than one run flow, even using Execute Once
But after run:
Each time enter and exit, the count add one
Expected behavior A clear and concise description of what you expected to happen.
Environment (please complete the following information):
- OS: Darwin 23.0.0 Darwin Kernel Version 23.0.0: Tue Jul 18 20:35:32 PDT 2023; root:xnu-10002.0.199.505.1~3/RELEASE_ARM64_T8112 arm64
- n8n Version: 1.19.0 on the lastest master commit at
ade3acf8001a594235710c00c98a1e12965cf352
- Node.js Version :v18.16.1
- Database system: SQLite
- Operation mode: main
After logout and login/clean browser data, it can be recovery, but quit and enter the editor, it will show again
Hey @Yoshino-s,
I am not able to reproduce this, When you say quit the editor what you are doing? I have tried refreshing the page and loading it in a new tab with no luck.
Hey @Yoshino-s,
Perfect, I was missing a few things like the stop and making sure to click to the workflow rather than refresh the page. I have created a dev ticket which we will be tracking as ADO-1564
to fix this but I suspect as this is a minor UI issue it will probably not be fixed anytime soon.
This got fixed with https://github.com/n8n-io/n8n/pull/8148 and will be available in the next release!