| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ 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.
|
Sorry, something went wrong.
Pull request was closed
|
commenting to see if that gets CLA to work |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
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.