We are trying to deploy customized micro-frontends with the help of tutor. To achieve that we follow the guide from tutor-mfe (GitHub - overhangio/tutor-mfe: This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.) readme guide. Following the readme documentation we put the follow configuration in config.yml.
MFE_PROFILE_MFE_APP:
name: profile
repository: "https://github.com/YOUR_FORK_ORGANIZATION/frontend-app-profile"
port: 1995
After this step we run the following command to build the mfe image.
$ tutor images build mfe
The process always gets stuck at step 70/105
. Here is the screenshot of how that looks like.