When i change ‘ENABLE_COURSE_DISCOVERY’ is true in devstack.py, i get error message in courses page.
All courses and the search bar come to the home page, but whenever I search, I get an error on the courses page.
Also, no filtering panel appears even though COURSE_DISCOVERY_FILTERS = ["org", "language", "modes"]
is enabled.
Do you have any idea?
devstack.py:
FEATURES[‘ENABLE_COURSEWARE_SEARCH’] = True FEATURES[‘ENABLE_COURSE_DISCOVERY’] = True
COURSE_DISCOVERY_FILTERS = [“org”, “language”, “modes”] FEATURES[‘COURSES_ARE_BROWSEABLE’] = True