Skip to content

Why did my data disappear after restart?

By default the UI uses in-memory store in local dev.
1 min read

Cause

Local dev defaults to memory store: restarting the dev server clears data.

Fix

Configure Supabase env vars to persist data (SUPABASE_URL + SUPABASE_SERVICE_ROLE_KEY).