I followed this tutorial and got error from the CAP server:
[adapters] - With @sap/cds version 7, the service path has changed to '/odata/v4/service/risk'.
If you use SAP Fiori Elements, make sure to adapt the 'dataSources.uri' paths
in 'manifest.json' files accordingly. For more information, see the release notes at
https://cap.cloud.sap/docs/releases/jun23.
So, i changed manifest.json to
"dataSources": {
"mainService": {
"uri": "/odata/v4/service/risk",
but the index.htm are still blank. I don't get the error from the adapter anymore, and I don't get it even when i change back to /service/risk.
Tutorials: https://developers.sap.com/tutorials/btp-app-create-ui-fiori-elements.html
Hi,
I followed this tutorial and got error from the CAP server:
[adapters] - With @sap/cds version 7, the service path has changed to '/odata/v4/service/risk'. If you use SAP Fiori Elements, make sure to adapt the 'dataSources.uri' paths in 'manifest.json' files accordingly. For more information, see the release notes at https://cap.cloud.sap/docs/releases/jun23. So, i changed manifest.json to
"dataSources": { "mainService": { "uri": "/odata/v4/service/risk", but the index.htm are still blank. I don't get the error from the adapter anymore, and I don't get it even when i change back to /service/risk.
Any suggestions?