n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
49.07k stars 7.82k forks source link

Canvas animation not shown #11789

Closed mlvnedward closed 1 hour ago

mlvnedward commented 2 hours ago

Bug Description

Canvas animation not working & it shows execution. not complete tyhe workflow while testing

To Reproduce

https://github.com/user-attachments/assets/1e036b2b-c288-4b32-9ae7-8fb22f280c28

Expected behavior

Workflow completion not yet happened after 1 hr

Operating System

Linux 20

n8n Version

1.67.1

Node.js Version

nil

Database

SQLite (default)

Execution mode

main (default)

Joffcom commented 2 hours ago

Hey @mlvnedward,

We have created an internal ticket to look into this which we will be tracking as "GHC-461"

netroy commented 2 hours ago

What does the "Executions" tab show? it the execution stuck in that view as well?

mlvnedward commented 1 hour ago

Execution tab shows completed/success. But in canvas shows the bug

On Tue, 19 Nov, 2024, 5:58 pm कारतोफ्फेलस्क्रिप्ट™, < @.***> wrote:

What does the "Executions" tab show? it the execution stuck in that view as well?

— Reply to this email directly, view it on GitHub https://github.com/n8n-io/n8n/issues/11789#issuecomment-2485565854, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6344OXTVQV4Q23SF4IDGVT2BMVIRAVCNFSM6AAAAABSB6V2G2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBVGU3DKOBVGQ . You are receiving this because you were mentioned.Message ID: @.***>

netroy commented 1 hour ago

This sounds like your websocket connection isn't working. Do you have a reverse-proxy setup in front of n8n? like nginx, caddy, or AWS ALB?

mlvnedward commented 1 hour ago

Yes used ngnix

On Tue, 19 Nov, 2024, 6:18 pm कारतोफ्फेलस्क्रिप्ट™, < @.***> wrote:

This sounds like your websocket connection isn't working. Do you have a reverse-proxy setup in front of n8n? like nginx, caddy, or AWS ALB?

— Reply to this email directly, view it on GitHub https://github.com/n8n-io/n8n/issues/11789#issuecomment-2485625491, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6344OQ3XZ5A76HA2AFCMQL2BMXQ7AVCNFSM6AAAAABSB6V2G2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBVGYZDKNBZGE . You are receiving this because you were mentioned.Message ID: @.***>

netroy commented 1 hour ago

In that case this is not an n8n issue, but an issue in the nginx config.

I recommend following any of the suggestions posted in community.n8n.io, like this one. You can search for "nginx websocket" in the forum, and find many such threads.

This has to be fixed at the reverse-proxy level, and there isn't really anything that we can do in this repo to fix this.