diff --git a/ui/components/ResyncDialog.tsx b/ui/components/ResyncDialog.tsx index c586f72696..b84dc16e9a 100644 --- a/ui/components/ResyncDialog.tsx +++ b/ui/components/ResyncDialog.tsx @@ -40,6 +40,7 @@ export const ResyncDialog = ({ setSyncing(true); setMsg('Resyncing...'); mirrorConfig.resync = true; + mirrorConfig.doInitialSnapshot = true; const createStatus = await fetch('/api/mirrors/cdc', { method: 'POST', body: JSON.stringify({