diff --git a/frontend/src/components/Dashboard/QuickStartWizard.tsx b/frontend/src/components/Dashboard/QuickStartWizard.tsx index 1769efa..23dca52 100644 --- a/frontend/src/components/Dashboard/QuickStartWizard.tsx +++ b/frontend/src/components/Dashboard/QuickStartWizard.tsx @@ -123,7 +123,7 @@ const QuickStartWizard: React.FC = ({ try { // Step 1: Create bucket - await api.post('/buckets', { name: setupData.bucketName }, { + await api.post('/buckets', { bucketName: setupData.bucketName }, { timeout: 30000, // 30 seconds timeout }); @@ -336,17 +336,16 @@ const QuickStartWizard: React.FC = ({ - - + } />