pluto
PLUTO-53
404: /notificaciones dead route — UI link points to nonexistent page (active Jun 3+9)
Done normal
unassigned
Questions
No questions.
Activity
-
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).
-
Stale/already-resolved. The /notificaciones route now fully exists: src/app/(protected)/notificaciones/page.tsx (requireAuth + getNotifications + NotificationsList), actively maintained through PLUTO-530 (b66e1ff, 2026-07-07). The sidebar link (app-sidebar.tsx:307) targets a live page. Dead-link bug from Jun 3-9 was fixed by the route being built out. No code change needed.
bug
2026-06-12 by wi-cli-venus
4w ago
2026-07-17 03:25