Skip to content

chore: improve configuration checks#979

Closed
Prajapati-ankit-it wants to merge 17 commits into
gitroomhq:mainfrom
Prajapati-ankit-it:main
Closed

chore: improve configuration checks#979
Prajapati-ankit-it wants to merge 17 commits into
gitroomhq:mainfrom
Prajapati-ankit-it:main

Conversation

@Prajapati-ankit-it
Copy link
Copy Markdown

@Prajapati-ankit-it Prajapati-ankit-it commented Sep 14, 2025

What kind of change does this PR introduce?

🚀 Feature

Why was this change needed?

The backend previously used a dynamic port (process.env.PORT || 3000). This caused unpredictable behavior in deployment environments where a PORT value was injected, breaking assumptions in Docker Compose and other services:

  • The load balancer failed to start because it expected the backend on port 3000
  • The frontend and other services couldn’t connect to the backend
  • The app appeared broken despite services running

By switching to a static port (3000), the backend is consistent with:

  • The documented Docker Compose setup
  • Internal proxy configurations
  • Expectations from other apps and services

This ensures predictable network topology and smoother deployment.

Other information

Checklist

Setting a fixed port ensures that the expected network topology behaves as documented.
@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 14, 2025

@Prajapati-ankit-it is attempting to deploy a commit to the Listinai Team on Vercel.

A member of the Team first needs to authorize it.

@Prajapati-ankit-it Prajapati-ankit-it changed the title chore: update dependencies and improve configuration checks chore: improve configuration checks Feb 24, 2026
Comment thread apps/backend/src/main.ts
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 90 days with no activity.

@github-actions github-actions Bot added the stale label May 28, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

This PR was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions Bot closed this Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant