Skip to content

Bug: Backend default port conflicts with Vite dev server (both 5173) #157

@Siddh2024

Description

@Siddh2024

Bug

In server/index.js:51-56, the server defaults to port 5173 which is the default Vite dev server port. Running both the backend and Vite frontend simultaneously causes port conflicts.

Impact

Cannot run both frontend and backend concurrently without manual config changes.

Fix

Change the backend default port to a non-conflicting port like 3001 or 4000.

@DeadIndian Please assign me this issue under GSSOC 2026.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions