Skip to content

Fix: Resolve video preview conflict by updating node ID#316

Merged
aburhan merged 5 commits into
mainfrom
aburhan-update-VeoVideoSave
Oct 28, 2025
Merged

Fix: Resolve video preview conflict by updating node ID#316
aburhan merged 5 commits into
mainfrom
aburhan-update-VeoVideoSave

Conversation

@aburhan

@aburhan aburhan commented Oct 24, 2025

Copy link
Copy Markdown
Collaborator

Problem: The VeoVideoSaveAndPreview node was using the same "id" in multiple workflows. Since this node's JavaScript uses its id as a key to persist video data in localStorage, loading one workflow would incorrectly display the cached video from another.

Solution: Changed the conflicting node id. This breaks the localStorage key collision, ensuring each preview node only loads its own vi

@aburhan aburhan requested review from arueth and gushob21 October 25, 2025 02:13

@gushob21 gushob21 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aburhan aburhan merged commit 58379c5 into main Oct 28, 2025
39 of 40 checks passed
@aburhan aburhan deleted the aburhan-update-VeoVideoSave branch October 28, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants