I tried install both Palm.3 and Olive.4 with both local and dev setups. Only the dev version of Olive.4 can access the courses in frontend-app-learning. The rest simply show a blank page, no error anywhere including the logs.
The procedure I used are
git clone https://github.com/overhangio/tutor
git checkout v15.3.7
orv16.1.4
pip install -e .
tutor local/dev launch
tutor local/dev stop
tutor plugins update
tutor plugins install+enable mfe
- Set MFE_HOST and for dev setup also LMS and CMS
tutor images build openedx
All hostnames are the free version Cloudflare.
Did I do something wrong?