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.
Bug
In
server/index.js:51-56, the server defaults to port5173which 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
3001or4000.@DeadIndian Please assign me this issue under GSSOC 2026.