Enable community collaboration to jointly promote and facilitate best in class framework and tooling capabilities when working with OData services.
51
stars
12
forks
source link
BUG - @sap-ux/fe-mockserver-plugin-cds insists on file extension when USING other cds files #833
Closed
heimwege closed 3 months ago
Description
In case the cds file in
metadataPath
uses other cds files e.g.starting the mockserver results in a
Although
cds build
is fine with that notation, the @sap-ux/fe-mockserver-plugin-cds insists on the explicit file extensionThat seems to work for both, the mockserver and
cds build
.Expected results
Same behavior as
cds build
(fallback to .cds).Actual results
Mockserver fails to start
Version/Components/Environment
Add any other context about the problem here OS:
Root Cause Analysis
Problem
{describe the problem}
Fix
{describe the fix}
Why was it missed
{Some explanation why this issue might have been missed during normal development/testing cycle}
How can we avoid this
{if we don’t want to see this type of issues anymore what we should do to prevent}