Hello experts,
I've created an ALP app using Fiori Elements Application generator.
When launching app, two errors shows in console and no content shows up:
1.
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'entit...
The problem is solved by myself By checking the request of metadata.xml sent in the network tab, I saw its response was only partly loaded, compared with that via a direct oData service call with url like "https://<server>:<port>/sap/opu/odata/sap/Z...
Hi Mahesh,Thanks for your answer!The problem was solved by myself ��By checking the request of metadata.xml sent in the network tab, I saw its response was only partly loaded compared with that via a direct oData service call. Then I noticed that the...