I do structure the project OpenUI5 MVC structure with node.js as following:
My App.js file:
My index.html file:
However, it always produces the following error:
[ERROR] XML Parsing Error: mismatched tag. Expected: </meta>.
Location: http://localhost:1024/
Line Number 6, Column 3:
[ERROR] Error: resource sap/ui/demo/walkthrough/view/App.view.xml could not be loaded from ./view/App.view.xml. Check for 'file not found' or parse errors. Reason: Not Found
If I try to move the "view" folder into the "public" folder ==> the project works well. I don't know what causes the issue above. Any assistance in clarifying this error is greatly appreciated.



