Hello Experts.
I have used HCP Trial account and created oData services on HANA MDC TRIAL.
I linked it successfully in Destination.

And I was able to read service details during app creation.

But after App is generated, when I run app I get below error.
"requestUri": "/LINK2FIORI/linktofiori.xsodata/$metadata?sap-documentation=heading",
"statusCode": 404,
"statusText": "Not Found",
"headers": [],
"body": "<html><head><title>Error report</title></head><body><h1>HTTP Status 404 - Not Found</h1></body></html>"
}
And I see that URL was wrongly constructed even when Service was correctly mapped.

Please help me to fix this issue.