Describe the issue/error/question
Hey guys, I’m new to n8n, but I’ve tried the windows app and set-up a workflow successfully.
I’ve installed n8n via Docker on linux, so that I can have the daemon running all the time. Managing it via the web interface.
I’ve followed the instructions, and got n8n set-up, but I’m getting various errors when trying to import and save workflows.
When I import workflows, they import correctly, but I’m unable to edit any of the nodes. It’s almost like the nodes are read only. I’m able to create new nodes, but just not edit the imported ones.
Secondly, when I create a new workflow, add a couple nodes, and try to save, I get the error: Workflow ID 5 cannot be saved because it was changed by another user.
There’s no other users, it’s just me creating/editing workflows.
I searched on the forum but I haven’t found any threads with people reporting similar issues.
What is the error message (if any)?
400 Bad Request: Workflow ID 5 cannot be saved because it was changed by another user.
Please share the workflow
Not really relevant as it’s the same case with any workflow I have tried exporting from the windows app, or creating via the Docker web app. But here’s one as an example.
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.201.0
- Database you’re using (default: SQLite): SQLite
- Running n8n with the execution process [own(default), main]: default
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker