You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle unknown routes and unexpected render errors gracefully instead of a blank screen or default framework error page, styled to match the app's visual language.
Acceptance Criteria
Custom 404 page matches the app's design system
A top-level error boundary catches render errors and offers a way back (e.g. "Return to dashboard")
Handle unknown routes and unexpected render errors gracefully instead of a blank screen or default framework error page, styled to match the app's visual language.
Acceptance Criteria
Part of epic #10