Can't activate a workflow, got a 404 error

Hi everyone
I edited a workflow and it won’t activate anymore.
I get a 404 error with no context.

Also I can’t restore previous version, the message tell me that I have a 5 day history, but actually I made the edit yesterday and can’t go back more than 5 iteration (which I all did yesterday.

Version is 1.65.2 on cloud

Can somebody help ?
Thanks in advance !

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Replying in hopes this gets prompts a reply. I’m dealing with the same problem, like your workflow, mine also has a Lemlist trigger

@manueltnc could you share your workflow or a screenshot :camera: of your workflow ? Do you see any similarities between your workflow and @Damien_Busch1’s workflow?

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.