diff --git a/frontend/src/components/Content.tsx b/frontend/src/components/Content.tsx index bae6658ab..84e5e52fc 100644 --- a/frontend/src/components/Content.tsx +++ b/frontend/src/components/Content.tsx @@ -577,6 +577,7 @@ const Content: React.FC = ({ (response.data?.message as string).includes('Chunks are not created') ) { showNormalToast(response.data.message as string); + retryOnclose() } else { const isStartFromBegining = retryoption === RETRY_OPIONS[0] || retryoption === RETRY_OPIONS[1]; setFilesData((prev) => {