Skip to content

Align SSE API environment variable#5371

Merged
TheSkylancer merged 1 commit into
SandeepVashishtha:masterfrom
Akshith-cdr:docs/align-sse-env-name-3433
Jun 2, 2026
Merged

Align SSE API environment variable#5371
TheSkylancer merged 1 commit into
SandeepVashishtha:masterfrom
Akshith-cdr:docs/align-sse-env-name-3433

Conversation

@Akshith-cdr
Copy link
Copy Markdown
Contributor

Description

Fixes #3433

Aligned the SSE EventSource base URL with the documented environment variable name by using REACT_APP_API_URL consistently. Updated the environment docs to clarify that REACT_APP_API_URL is used for both normal client API calls and SSE stream endpoints.

Added a regression assertion to the SSE multiplexer test to verify EventSource URLs are built from REACT_APP_API_URL.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

Screenshots / Video (if applicable)

N/A

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have run local unit tests using npm test and verified they pass
  • I have run npm run lint and resolved any new errors or warnings
  • I have verified responsiveness and visual alignment on desktop and mobile viewports

@github-actions github-actions Bot added quality:exceptional 1.5x level:intermediate 35pts gssoc:approved gssoc approved PR type:accessibility Accessibility improvements documentation Improvements or additions to documentation type:devops CI/CD, infrastructure, or tooling changes type:docs type:security labels Jun 1, 2026
@TheSkylancer TheSkylancer merged commit b44ec19 into SandeepVashishtha:master Jun 2, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation gssoc:approved gssoc approved PR level:intermediate 35pts quality:exceptional 1.5x type:accessibility Accessibility improvements type:devops CI/CD, infrastructure, or tooling changes type:docs type:security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOCS: Align SSE environment variable name across docs and code

2 participants