Upgrading koa to lilac: missing MFE_HOST param

For upgrading from koa to lilac, you’ll need to add manually a key ‘MFE_HOST’ to config.yml (I set it same as LMS_HOST).

Else on ‘tutor local quickstart’ you get an error:

Error rendering patch ‘openedx-lms-production-settings’ from plugin ecommerce
Error rendering template apps/openedx/settings/lms/production.py
Error: Missing configuration value: ‘MFE_HOST’ is undefined

When you run the ecommerce plugin, you now also need to enable the MFE plugin: GitHub - overhangio/tutor-ecommerce: Ecommerce plugin for Tutor
That’s because the ecommerce plugin now depends on two micro frontends. Enabling the MFE plugin should resolve your issue.

1 Like

Indeed activating the mfe plugin solves this problem. Thanks for your support, a lot of good and hard work from your side!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.