FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: Default the dev MFE config API URL to local.openedx.io by feanil · Pull Request #140 · openedx/frontend-app-catalog · GitHub

build: Default the dev MFE config API URL to local.openedx.io - #140

Merged
feanil merged 1 commit into
masterfrom
feanil/default_dev_config_url
Aug 10, 2026
Merged

feanil merged 1 commit into
masterfrom
feanil/default_dev_config_url

Conversation

feanil commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Defaults the dev npm script's MFE_CONFIG_API_URL to http://local.openedx.io:8000/api/mfe_config/v1 instead of http://localhost:8000/....

Fetching MFE config from local.openedx.io keeps the LMS, Studio, and MFEs under one *.local.openedx.io domain, which avoids localhost-specific CORS/cookie carve-outs and better matches a production setup. It works with Tutor dev (whose default LMS host is local.openedx.io) and with the upcoming openedx-platform bare-metal development.py config.

Motivated by openedx/openedx-platform#37444.

codecov Bot commented Aug 6, 2026
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.89%. Comparing base (31462c7) to head (39c34b3).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   98.89%   98.89%           
=======================================
  Files         106      106           
  Lines        1083     1083           
  Branches      178      185    +7     
=======================================
  Hits         1071     1071           
  Misses         12       12           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

feanil marked this pull request as ready for review August 7, 2026 20:15
brian-smith-tcril enabled auto-merge (squash) August 10, 2026 17:40
auto-merge was automatically disabled August 10, 2026 17:43

Pull request was closed

Copy link
Copy Markdown
Contributor

commenting to see if that gets CLA to work

Fetching MFE config from local.openedx.io:8000 instead of localhost:8000
keeps the LMS, Studio, and MFEs under one *.local.openedx.io domain, which
avoids localhost-specific CORS/cookie carve-outs and better matches a
production setup.

Works with Tutor dev (whose default LMS host is local.openedx.io) and with
the upcoming openedx-platform bare-metal development.py config.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
feanil force-pushed the feanil/default_dev_config_url branch from c6b4ab4 to 39c34b3 Compare August 10, 2026 21:10
feanil enabled auto-merge August 10, 2026 21:12
feanil merged commit b8aa4dd into master Aug 10, 2026
4 checks passed
feanil deleted the feanil/default_dev_config_url branch August 10, 2026 21:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL