Hello! I’m encountering an issue in N8N where the green arrows, which typically indicate the status of the workflow execution, aren’t showing up. The workflow itself continues to run correctly, but visually, the process isn’t being represented with the green arrows.
I use Cloudflare and i initially, I thought the problem might be related to WebSockets since those arrows are usually shown when there’s a successful WebSocket connection. However, even though I’ve checked and configured WebSockets (or SSE), the issue persists. I’ve also reviewed my Nginx proxy settings, and everything appears to be correctly configured.
Here’s what I’ve tried so far:
- Configured Nginx to support WebSockets by adding the necessary proxy directives.
- Checked the logs for WebSocket-related errors but didn’t find anything critical.
- Cleared the browser cache and tried a different browser — it didn’t help.
- The issue persists even after restarting the server and Docker containers (in the case of using Docker Compose).
I now suspect that the problem isn’t related to WebSockets, as everything seems to be configured properly, and the workflow is still functioning. Has anyone encountered a similar issue? If you have any suggestions on what might be wrong or how I can fix this, I’d really appreciate it!
Debug info
- n8nVersion: 1.78.1
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.2
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: community