Fix backend crash, missing imports, and update dependencies#172
Fix backend crash, missing imports, and update dependencies#172rizwan749 wants to merge 1 commit into
Conversation
|
@rizwan749 is attempting to deploy a commit to the anubhav12302387's projects Team on Vercel. A member of the Team first needs to authorize it. |
👋 Thanks for opening a PR, @rizwan749!Your PR has entered the 🎯 EventOne GSSoC PR Review Pipeline.
What happens next
A pipeline status comment will appear below and update automatically as your PR progresses. While you wait
This comment is posted only once. EventOne × GSSoC Automated Pipeline |
❌ PR Format Check — Failed — Please Fix BelowHi @rizwan749! Please fix the issues below before your PR can proceed to mentor review. ❌ Must Fix Before Proceeding❌ Title format invalid — Use Conventional Commits format
❌ PRs from
|
|
Hey @rizwan749! Closing this as it does not follow Conventional Commits format. Your newer PR #180 looks better — please make sure it has proper description and links an issue! |
Description
This PR resolves the critical installation and startup bugs in the backend folder. The following specific fixes have been implemented:
package.json&package-lock.json: Fixed a structural JSON syntax error (EJSONPARSE) caused by misplaced brackets and thetestscript being placed outside the mainscriptsblock. This now allowsnpm installto run cleanly without errors.src/server.js: Resolved immediate runtime crashes duringnpm run devby fixing missing core imports and correcting undefined variable references that were breaking the server initialization.src/routes/authRoutes.js: Fixed broken routing definitions and missing dependency imports to ensure smooth authentication endpoint handling.Closes #171
Type of change
Checklist: