-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When running Sim in a self-hosted environment (local or Docker), some previously created workflows fail to load correctly in the editor after a page refresh or server restart. The workflow appears in the list, but the canvas is either empty or missing several nodes.
This makes the workflow impossible to edit or run.
Steps to Reproduce
- Run Sim in self-hosted mode:
- Using
npx simstudio, or - Using Docker (
docker-compose up)
- Using
- Open the web UI in the browser.
- Create a new workflow with multiple nodes and connections.
- Save the workflow.
- Refresh the browser or restart the Sim server.
- Open the saved workflow from the workflow list.
Expected Behavior
The workflow should load completely and appear exactly as it was saved, with all nodes and connections intact.
Actual Behavior
The workflow canvas loads partially or appears completely empty, even though the workflow exists in the list.
Environment
- Sim version: latest
- Deployment: Self-hosted (local / Docker)
- OS: Windows / macOS / Linux
- Browser: Chrome / Firefox
- Node.js version: (if applicable)
Additional Context
This issue seems to occur more frequently with larger or more complex workflows and often after restarting the server or refreshing the page.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working