Hello, I am unable to stop these workflows.
n8n is self hosted using docker compose via nginx (reverse proxy)
. Version 1:17:1
Error : Request failed with status code 524.
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:
Hey @Rajan,
A 524 status code is unique to cloudflare so I would start by making sure you are not using cloudflare to proxy the connections as that can cause issues.
As a test to see if it is Cloudflare that is causing the issue can you try and connect to your container using the ip directly and see if that allows the workflow to stop. Don’t forget that we also use websockets and if you have not configured that correctly in nginx you will see issues.
ok. thanks for the input.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.