System Setup

Storage Setup
Set up the storage bucket for event images

This will create a storage bucket named "event-images" in your Supabase project. If you encounter permission errors, you can manually create this bucket in the Supabase dashboard.

Manual Setup Instructions:

  1. Go to your Supabase project dashboard
  2. Navigate to Storage in the sidebar
  3. Click "New Bucket"
  4. Name it "event-images"
  5. Check "Public bucket" to make files publicly accessible
  6. Click "Create bucket"