I followed step by step the following guide to build a simple master-detail
app using Northwind ODATA service.
https://developers.sap.com/israel/tutorials/hcp-template-mobile-web-app.html
When I tried to run the app I got the following errors :
I am running this app in --disable-web-security --user-data-dir
mode.
What could be the problem? How should I proceed?
the tutorial is showing a form, but the template ist creating a table. I just replaced the table with the form (+ namespace ) and it worked.
use this code for your Detail.view.xml:
regards