mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
Cannot remove workflow and node information to be sent to the frontend. #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @racerxdl on GitHub (Jul 15, 2024).
Currently there is no option to eat the node/workflow events from getting to the frontend.
@racerxdl commented on GitHub (Aug 7, 2024):
@iamjoel that does not actually fix it, since events are still sent to the frontend with SSE. The events should not be sent, as it can leak some private data, prompts, overview of the flow.
The way I solved locally was to edit
route.tsand instead of:do
This filters out, but seens to eat some tokens randomly (and I'm not sure why)