-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
bugReport of or fix for something that isn't working as intendedReport of or fix for something that isn't working as intended
Description
frontend-app-learning/src/course-home/outline-tab/LmsHtmlFragment.jsx
Lines 16 to 18 in 96d20e2
<base href="${getConfig().LMS_BASE_URL}" target="_parent"> | |
<link rel="stylesheet" href="/static/${getConfig().LEGACY_THEME_NAME ? `${getConfig().LEGACY_THEME_NAME}/` : ''}css/bootstrap/lms-main.css"> | |
<link rel="stylesheet" type="text/css" href="${getConfig().BASE_URL}/static/LmsHtmlFragment.css"> |
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
Metadata
Metadata
Assignees
Labels
bugReport of or fix for something that isn't working as intendedReport of or fix for something that isn't working as intended