SAP / luigi

Micro frontend framework

Home Page:https://luigi-project.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in our container tutorial

JohannesDoberer opened this issue · comments

When you do all the steps of our container tutorial you will see the following error when you open localhost:8080/index.html

http://localhost:8080/resources/sap/m/manifest.json 404 (Not Found)

In addition the ui5.yml in step 3 has wrong format (incorrect indentations) when you copy it to your local ui5.yml.

It seems like the manifest.json error is an issue with the template itself, I didn't want to spend more time on it because it seems like an error that is not causing a problem (I opened an issue here: ui5-community/generator-ui5-app#14). I did see an issue with the Luigi container, it placed the microfronted below an empty <main></main> section making it look a bit strange but it works. I'll fix that if I find the issue.