Link profile and account

Hello everyone,

I’m having an issue with a profile and account link. I have been using MFE in Tutor for this purpose, but when I remove the account and profile, the link associated with them becomes incorrect. How can I edit the link?

@Ng_c_S_n_Tr_n, if you want to use a legacy experience for the profile and account settings pages, you can set the following variables in Site Configurations:

{
    "ENABLE_PROFILE_MICROFRONTEND": false,
    "ENABLE_ACCOUNT_MICROFRONTEND": false
}

Alternatively, you could disabled the following Waffle flags:

  1. account.redirect_to_microfrontend.
  2. learner_profile.redirect_to_microfrontend.

However, I don’t know if tutor-mfe overrides them during the deployment.

Another option is using the methods described in the Uninstall section of the tutor-mfe README.