Skip to content

## FRONTEND: Duplicate Create Event Route — Consolidate /create-event and /events/create #1055

Description

@OSEH-svg

Description
Two routes serve the event creation form:

  • app/create-event/page.tsx — the primary 26KB form implementation
  • app/events/create/page.tsx — a second page file that appears to be a duplicate or stub
    This creates ambiguity for contributors and could cause broken links if one is maintained and the other is not.

Tasks

  • Audit both pages and determine the canonical route.
  • Redirect the non-canonical route using Next.js redirect() or remove it entirely.
  • Update all internal links and the CreateEventButton in the navbar to use the canonical route.
  • Document the decision in a code comment at the top of the canonical page file.
    Acceptance Criteria
  • Only one create-event route exists (or the duplicate permanently redirects).
  • All internal links point to the canonical route.
  • No 404 errors from previously used routes.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions