Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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