on the n8n Cloud Starter plan, you are limited to a maximum of 5 active workflows at a time. If you try to activate a sixth workflow, one of your other active workflows will automatically deactivat(Workflow active limit with Starter Plan?) This could explain why a workflow seems to deactivate itself when you activate another one.
If the user needs more than 5 active workflows, they would need to upgrade to a higher plan, combine logic into fewer workflows, or consider self-hosting for more flexibility
Hey, thank you for your attention. We are currently in Pro plan which allow 20 active workflows and only have 2 active. Probably not the issue we are having.
Also the workflow deactivation happens subtly. It seems active in the UI, but deactive when sent a request to the n8n webhook.
I’ve observed the same issue and my client pings me saying that he is getting a 404 error when calling the API, I manually flip it from Active to Inactive and then back to Active and it starts working. Agree with @Can_Arda_Aydin this has a real world business impact.
Is there a fix available, can you help in getting this tagged to n8n support. I’ve sent them an email too on the same but got no response. @sandy4v can you help here?
404 means url not found - which signifies that it was not publicaly available
This could be a scaling issue on the n8n cloud server
I am not sure where n8n hosts their own n8n cloud version ( May be AWS ) or how they are scaling the multi-tenant accounts for pro ( shared / dedicated ec2 instances / EKS)
however, I do not work for n8n (yet) n8n support will have to look on the logs for your cloud instance.
fyi on the error
A 404 error, often displayed as “404 Not Found,” signifies that the web server has successfully received a user’s request, but the requested resource (usually a webpage) cannot be located or does not exist at the specified URL. It’s a common error encountered on the internet, indicating a broken or outdated link, a moved or deleted page, or a simple typing error in the URL.
I’m having the same issue here. I’ve got only 1 active workflow and on the self-hosted version. My workflow deactivated out of the blue sometimes. Anyone else?