Skip to content

## FRONTEND: Create 404 and Global Error Pages #783

@OSEH-svg

Description

@OSEH-svg

Description
Navigating to a nonexistent route shows Next.js's default error page, which does not match the Agora design.

Tasks

  • Create apps/web/app/not-found.tsx with a custom 404 layout (illustration, message, link back to home).
  • Create apps/web/app/error.tsx (Next.js App Router error page) for runtime errors.
  • Both pages should match the Neubrutalist design system.
    Acceptance Criteria
  • Visiting /nonexistent-route renders the custom 404 page.
  • Runtime errors caught by Next.js render the custom error page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions