Course shown in LMS but no CMS

Some courses were deleted but they still show themselves in the LMS but i cannot see them any longer in studio

1 Like

Is this still happening? That sounds like just a caching issue which would resolve itself eventually. If it’s not in studio I think it should really be deleted. But did you delete it from within the studio UI, or via a command like this:

tutor local run cms ./manage.py lms dump_course_ids
followed by
tutor local run cms ./manage.py cms delete_course {name from previous command}
?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.