You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/