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.
GNU Affero General Public License v3.0
22 stars 95 forks source link

Links to Account in the header are broken #128

Closed snglth closed 1 year ago

snglth commented 1 year ago

It is reproducible at demo.openedx.overhang.io image

This is caused by ACCOUNT_SETTINGS_URL config variable (link) not being set by tutor-mfe.

I tried to fix it in my fork. Works fine on dev environment, but not on local one.

snglth commented 1 year ago

Looks like it was fixed by #121

regisb commented 1 year ago

If I understand correctly, the fix that was proposed in #121 should be backported to Olive, right? Let's re-open this PR and I'll push the fix.