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
On the edX production site, the enabling of the left sidebar navigation prevents the page from rendering. When looking at the Network tab in Dev tools, the navigation API, /api/course_home/v1/navigation/undefined returns 404 because the course id is undefined. It should be noted that this does not occur on all the edX environments.
Screen recording of the behavior:
Screen.Recording.2024-08-14.at.11.48.20.AM.mov
Screenshot of console errors
The error points to the useEffect in src/courseware/course/sidebar/sidebars/course-outline/hooks.jsx
Reproduction steps
Enable courseware.enable_navigation_sidebar waffle flag
Open a course
See the spinner for loading the course content
Shown unexpected error occurred message
The text was updated successfully, but these errors were encountered:
On the edX production site, the enabling of the left sidebar navigation prevents the page from rendering. When looking at the Network tab in Dev tools, the navigation API,
/api/course_home/v1/navigation/undefined
returns 404 because the course id is undefined. It should be noted that this does not occur on all the edX environments.Screen recording of the behavior:
Screen.Recording.2024-08-14.at.11.48.20.AM.mov
Screenshot of console errors
The error points to the
useEffect
insrc/courseware/course/sidebar/sidebars/course-outline/hooks.jsx
Reproduction steps
courseware.enable_navigation_sidebar
waffle flagThe text was updated successfully, but these errors were encountered: