Skip to content

feat: configurable FRONTEND_PORT + unified config#969

Merged
phact merged 5 commits into
mainfrom
detect-port
Feb 19, 2026
Merged

feat: configurable FRONTEND_PORT + unified config#969
phact merged 5 commits into
mainfrom
detect-port

Conversation

@TejasQ

@TejasQ TejasQ commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Currently, the TUI just opens localhost:3000 as a hardcoded string when a user chooses to launch OpenRAG. 😅

This PR does a couple things:

  • Makes the frontend port configurable via the FRONTEND_PORT environment variable
  • Updates port conflict error messages to explain how users can set FRONTEND_PORT or LANGFLOW_PORT to resolve conflicts
  • Updates OAuth callback URL helper text to use the configured port instead of hardcoded 3000

@TejasQ TejasQ requested review from Copilot and phact February 16, 2026 11:54
@TejasQ TejasQ changed the title Detect Next.js port Inform the user of port conflicts Feb 16, 2026

This comment was marked as off-topic.

@phact phact changed the title Inform the user of port conflicts Configurable FRONTEND_PORT + unified config Feb 19, 2026
@phact phact changed the title Configurable FRONTEND_PORT + unified config feat: Inform the user of port conflicts Feb 19, 2026
@phact phact changed the title feat: Inform the user of port conflicts feat: configurable FRONTEND_PORT + unified config Feb 19, 2026
@phact

phact commented Feb 19, 2026

Copy link
Copy Markdown
Collaborator

Thanks for raising this fix. I kind of co-opted the PR to also unify config across tui / no tui.

@phact phact merged commit f1874f0 into main Feb 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants