I installed tutor on a new laptop and followed the docs to install it. After running tutor local quickstart
and importing the demo course, everything ran fine.
However, I then started the development server. I followed the instructions from here: Open edX development — Tutor documentation
I ran tutor local stop
and then tutor dev dc build lms
. After the images built, I ran tutor dev runserver lms
.
Everything seemed to work until I tried to resume the demo course, in which case I received a 404 error on the URL:
http://apps.local.overhang.io:2000/learning/course/course-v1:edX+DemoX+Demo_Course/home
Looking at the docker containers that are running, the mfe container is not present.
I think that the documentation needs to be upgraded to explain this, or the image should be started with the development server.