Bug: No 404 Not Found page #88

Closed
opened 2026-05-17 21:15:12 -05:00 by null · 0 comments
Owner

Problem

The router has no catch-all/404 route. If a user navigates to a non-existent path (e.g. /foo), they see a blank white page with no navigation back.

Fix

Add a wildcard route to src/router.jsx that renders a 404 component with links back to Home, Services, etc. Include proper Helmet meta tags.

Files

  • src/router.jsx - add path: * route
  • src/pages/NotFound.jsx - new file

Severity

Medium - users hitting dead links see a broken experience with no way to recover

## Problem The router has no catch-all/404 route. If a user navigates to a non-existent path (e.g. /foo), they see a blank white page with no navigation back. ## Fix Add a wildcard route to src/router.jsx that renders a 404 component with links back to Home, Services, etc. Include proper Helmet meta tags. ## Files - src/router.jsx - add path: * route - src/pages/NotFound.jsx - new file ## Severity Medium - users hitting dead links see a broken experience with no way to recover
null closed this issue 2026-05-17 21:38:10 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#88
No description provided.