Hello SCP Experts,
I'm trying to follow the Getting Started Tutorial of the newly released Business Applications in my SAP Cloud Platform Trial Web IDE Full Stack. But in the step Add UI Annotations I get stuck with the following error message:
OData metadata cannot be loaded from destination 'destination-placeholder'. The destination is not correctly maintained at the SAP Cloud Platform.

Even when I edit the neo-app.json and replace the name of the destination:
"routes": [
{
"path": "/odata/v2",
"target": {
"type": "destination",
"name": "destination-placeholder",
"entryPath": "/odata/v2"
},
"description": "Dummy destination to be mapped to a real destination when running the application (hc_destmapping URL parameter)"
},
with the one that was created in the step Add a User Interface and that I can see in the SCP Cockipt and in the Run configuration:

The error message stays the same and only the name changes to:
5aa926a4806ff6748cc91f09bbafc2b4-bookshop-srv_api
Hope the tutorial get's fixed soon. I like this CDS View based approach very much.
Best regards
Gregor