-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Expected Behavior
Starting Fiori elements App with Fiori Tooling and UI5 CLI v4 and SAPUI5 Version 1.71
Current Behavior
Unable to load metadata from OData Service provided by CAP
Steps to Reproduce the Issue
git clone https://github.com/marianfoo/ui5cliv4-v71
cd ui5cliv4-v71
npm i
npm start
It works with either UI5 CLI v3 and SAPUI5 1.71 or with UI5 CLI v4 and SAPUI5 1.84 or above.
It did work with a freshly generated Fiori elements application, but i can´t tell what the difference was to make it work.
Context
- UI5 Module Version :
4.0.0
- Node.js Version:
20.14.0
- npm Version:
10.3.0
- OS/Platform:
mac
- Browser (if relevant):
Chrome
Log Output / Stack Trace
➜ ui5cliv4-test-71 git:(main) ✗ npm start
> ordersv2fenondraft71@0.0.1 start
> fiori run -p 8080 --open "index.html?sap-ui-xx-viewCache=false&sap-language=EN"
info fiori-tools-proxy Using UI5 version 1.71.67 based on manifest.json
info fiori-tools-proxy Starting fiori-tools-proxy using following configuration:
info fiori-tools-proxy proxy: 'undefined'
info fiori-tools-proxy ignoreCertError: 'false'
info fiori-tools-proxy backend: [{"path":"/odata/v2/orders","url":"https://livedemo.spreadsheet-importer.com"}]
info fiori-tools-proxy ui5: [{"path":"/resources","url":"https://ui5.sap.com","version":"1.71.67"},{"path":"/test-resources","url":"https://ui5.sap.com","version":"1.71.67"}]
info fiori-tools-proxy debug: 'false'
info backend-proxy-middleware Backend proxy created for https://livedemo.spreadsheet-importer.com /odata/v2/orders
info fiori-tools-appreload Livereload middleware started for port 35732 and path /Users/marianzeis/DEV/ui5cliv4-test-71/webapp
info fiori-tools-preview Initialized for app ui.v2.ordersv2fenondraft
Server started
URL: http://localhost:8080
info backend-proxy-middleware /odata/v2/orders/$metadata?sap-value-list=none&sap-language=EN
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right