Hello there,
I’m new in Open Edx world. I’m trying to setup MFE with tutor (https://docs.tutor.edly.io/) on my local machine and it’s not working for some reason, trying to troubleshot why. My tutor instance when it starts and I got to account, it doesn’t open the accounts page that I installed locally. These are the steps that I did:
-
Installed tutor with MFE plugin
-
Cloned repo for account: GitHub - openedx/frontend-app-account: Open edX micro-frontend application for managing user account information. and did npm i & npm start
-
Account page starts in the console without errors, but when going to http://localhost:1997/ it show page that error occurred and there is a button to reload page.
-
On the tutor side I changed these two variables:
tutor config save --set ACCOUNT_MICROFRONTEND_URL=‘http://localhost:1997/’
tutor config save --set ENABLE_ACCOUNT_MICROFRONTEND=‘true’
Also, for site config I have this:
{
“ENABLE_ACCOUNT_MICROFRONTEND”: true
}
and Waffle flag is set to enabled: account.redirect_to_microfrontend
I’m using Windows as OS. Let me know if you need more info about this.
Any help would be greatly appreciated.