You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
angonz
added
the
bug
Report of or fix for something that isn't working as intended
label
Mar 20, 2025
frontend-app-learning/src/course-home/outline-tab/LmsHtmlFragment.jsx
Lines 16 to 18 in 96d20e2
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 fileThe text was updated successfully, but these errors were encountered: