Skip to content

[Frontend] — Route Error Boundary Retry and Report #1565

Description

@Olowodarey

Problem
route-error-state shows a generic error with no retry or way to report, forcing a full reload after any route failure.

Requirements

  • "Try again" that re-runs the failed route loader without full reload.
  • "Report issue" prefilled with the error digest.
  • Distinguish 404 (app-not-found) from runtime errors.
  • Tests: retry re-invokes the loader; report link includes the digest.

Acceptance Criteria

  • Users recover from route errors without reloading. Covered by tests.

Files

  • frontend/src/component/route-error-state.tsx
  • frontend/src/component/app-not-found.tsx
  • frontend/src/app/error.tsx

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions