“View details” on the /store/[storeId]/customers/[customerId] page and 1 other screen leads to a page that doesn’t exist.
- What users experience
- Users who click “View details” on the /store/[storeId]/customers/[customerId] page and 1 other screen land on a “page not found” instead of what they asked for. What they were trying to do stops there.
- Why it matters
- It is reachable from 2 different screens, so it interrupts several journeys, and each click is a likely support ticket.
- Why high
- A guaranteed failure for anyone who clicks it, and usually a one-line fix.
Technical details
dangling-edge · /dashboard/stores/*/orders/* · error · confidence medium
No page.tsx backs /dashboard/stores/*/orders/*. /store/[storeId]/orders/[orderId] ends the same way, so this looks like a link left behind when the section moved.
/store/[storeId]/orders/[orderId] exists and shares the rest of the path.