401 unauthorized in frontend development

I’m develop a custom MFE application. However, in development mode, I cannot access authenticated user because the REFRESH_ACCESS_TOKEN_ENDPOINT return 401. However, after integrating with tutor local, this error will disappear. Is there anyone faced with this issue?

Hi @S1mpleOW, the MFE requires authentication from Tutor. You should have tutor running in the background and change the urls in the .env.development file to point to Tutor URLs.

For example, change the LMS_BASE_URL to localhost:8000 (by default) or whatever port your Tutor LMS is running on so that the MFE can access the login APIs from the LMS.