Skip to main content

Get Household Error Fallback

EPIC: auth
Authentication
STORY: auth_routing
AuthenticatedGuard catches a getHousehold error and defaults to Home so navigation always settles (no hang).
AC: get_household_error_fallback
When getHousehold throws (e.g. offline / Supabase 5xx), the guard resolves to Home — the app does not hang and the user is not trapped in the Setup wizard.

getHousehold threw — navigation settled on Home (not hanging)

Expect:
  • AuthenticatedGuard onError fallback resolves to Home — the app does not hang and the user is not trapped in Setup when getHousehold throws (e.g. offline / Supabase 5xx)