After deploying using the Railway template, everything works as expected. However, the backend service is mapped to the default port 8080, while the application requires PORT=3000.
Expected Behavior:
The backend should automatically map to PORT=3000 to match the expected configuration.
Actual Behavior:
The backend is mapped to PORT=8080, causing misconfiguration issues.
Suggested Fix:
Modify the template's environment variable PORT to 3000 to ensure correct deployment.
[Nest] 175 - 02/27/2025, 6:47:23 PM LOG 🚀 Backend is running on: http://localhost:8080/