Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: workflow nodes get misconnected for no obvious reason #4828

Closed
pascaleproulx opened this issue Sep 17, 2024 · 1 comment
Closed

[BUG]: workflow nodes get misconnected for no obvious reason #4828

pascaleproulx opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pascaleproulx
Copy link
Contributor

Describe the bug
I am working on a workflow. While in it, nodes start to appear misconnected (one end of a link missing the round ball). No idea why it is happening.

https://app.staging.terarium.ai/projects/59d1af73-e373-42da-9e88-ac020a39cc1f/workflow/8dfacd1a-d997-4d22-86fc-c6ea8c3f5a6a

Screenshots
Only thing I can see as error in the console is this:
image
image
image

@pascaleproulx pascaleproulx added the bug Something isn't working label Sep 17, 2024
@mwdchang mwdchang self-assigned this Sep 17, 2024
@mwdchang
Copy link
Member

I am not sure how this bug is happening - I have yet to recreate.

One possible conjecture is that interaction are happening really fast, and a previous update partially overwrite the action to link the edge.

  • Add model-operation
  • Add model-config operation
  • Move node around
  • Add edge

The update from moving node interfere with add edge before the update is sent server side...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants