Skip to content

[Frontend] Remove stray duplicate broken route app/streams/streams/[streamId] #501

@ogazboiz

Description

@ogazboiz

Telegram: https://t.me/+DOylgFv1jyJlNzM0

Why this matters

There is a duplicate stream-detail page at frontend/src/app/streams/streams/[streamId]/page.tsx, which produces a nonsensical route /streams/streams/:streamId. The real stream-detail page lives at frontend/src/app/streams/[id]/page.tsx. The stray copy is dead (nothing links to /streams/streams/...) and it also links to the non-existent /app route (lines 190 and 213), so even if reached, its "Back to Dashboard" links 404.

Keeping two diverging copies of the same page risks bug fixes being applied to the wrong one.

Acceptance criteria

  • Delete the frontend/src/app/streams/streams/ directory (the stray duplicate page).
  • Confirm /streams/[id] still renders stream details and no imports referenced the removed file.
  • Build passes.

Files to touch

  • frontend/src/app/streams/streams/[streamId]/page.tsx (delete)

Out of scope

  • Fixing the /app links elsewhere (tracked separately).

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programfrontendFrontend related tasksgood first issueGood for newcomersrefactorRefactoring existing code

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