frontend-app-learning
frontend-app-learning copied to clipboard
LmsHtmlFragment.css not found
https://github.com/openedx/frontend-app-learning/blob/96d20e20e6dda8d08bc45587181055afde9372df/src/course-home/outline-tab/LmsHtmlFragment.jsx#L16-L18
The <base href="${getConfig().LMS_BASE_URL}"> tag causes the file URL to start from the LMS base, while the file is actually served from the MFE base URL. This causes 404 error on the file
@jciasenza can you please take a look?
Yes, I check it
fixed in the PR: https://github.com/openedx/frontend-app-learning/pull/1659