diff --git a/web/app/components/base/chat/chat/answer/human-input-form-list.tsx b/web/app/components/base/chat/chat/answer/human-input-form-list.tsx index 65b5f24c33..42296cd3ab 100644 --- a/web/app/components/base/chat/chat/answer/human-input-form-list.tsx +++ b/web/app/components/base/chat/chat/answer/human-input-form-list.tsx @@ -50,11 +50,11 @@ const HumanInputFormList = ({ { filteredHumanInputFormDataList.map(formData => ( { - const resumeUrl = `/apps/${configsMap?.flowId}/workflow/${workflowPausedData.workflow_run_id}/events` + const resumeUrl = `/workflow/${workflowPausedData.workflow_run_id}/events` sseGet( resumeUrl, {}, @@ -885,7 +885,7 @@ export const useChat = ( {}, otherOptions, ) - }, [updateChatTreeNode, handleResponding, workflowStore, fetchInspectVars, invalidAllLastRun, config?.suggested_questions_after_answer, configsMap?.flowId]) + }, [updateChatTreeNode, handleResponding, workflowStore, fetchInspectVars, invalidAllLastRun, config?.suggested_questions_after_answer]) const handleSwitchSibling = useCallback(( siblingMessageId: string,