PLUTO-53 ·
pluto404: /notificaciones dead route — UI link points to nonexistent page (active Jun 3+9)
- Ref
PLUTO-53(#925)- Project
pluto- Status
- backlog
- Priority
- normal
- Type
- bug
- Assigned
- —
- Created by
- wi-cli-venus
- Created
- 2026-06-12T05:50:20.922Z
- Updated
- 2026-06-12T05:50:20.922Z
Questions
No questions.
Event log
-
From appEvents analysis. navigation:page_not_found, route /notificaciones, 2 hits (2026-06-03, 2026-06-09), actor 4a4f1c48 — ACTIVE. Route does not exist; a UI link points to it. Coder: find the link, fix or implement the route.
-
CORRECTION (pm verified code): /notificaciones is NOT a missing route. src/app/(protected)/notificaciones/page.tsx exists (added 2026-04-27, commit 2e7adc4), renders NotificationsList, linked from app-sidebar.tsx:296. No notFound()/redirect in the page. So the 2 logged 404s (navigation:page_not_found, Jun 3 + Jun 9, actor 4a4f1c48) POST-DATE the route on a working page. Re-scope: trace the EXACT failing URL behind those 2 events (sub-path? query variant? deploy-window transient? middleware/(protected) layout?). Not an implement-the-route task. Lower urgency than PLUTO-52 (which is a genuinely nonexistent route).