Skip to content

[FE-118] Two different not-found.tsx files exist with inconsistent messaging #1173

Description

@mftee

Overview

frontend/app/not-found.tsx, frontend/app/[locale]/not-found.tsx, and frontend/app/(protected)/documents/[id]/not-found.tsx are three separate not-found boundaries — worth confirming they render consistent, localized messaging rather than the root one being an un-localized fallback that differs in copy/styling from the [locale] version.

Tasks

  • Audit all three not-found.tsx files for consistent copy and styling
  • Ensure the root (non-locale) not-found.tsx still uses a sensible default locale rather than raw English-only fallback text if it can be reached
  • Add a snapshot/render test for each

Acceptance Criteria

  • All three not-found boundaries render consistent branding and appropriately localized copy

Notes for Contributors

Comment below to be assigned.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions