Closed longieirl closed 1 year ago
Related to https://github.com/SAP/open-ux-tools/pull/982
When executing the following CLI command;
npx fiori deploy --verbose --url https://my-abap-backend.hanavlab.ondemand.com --name MyApp --package MyPackage --transport MyTransport --archive-path archive.zip --uaa-url https://my-abap.authentication.sap.hana.ondemand.com --uaa-username **** --uaa-password **** --uaa-clientid **** --uaa-clientsecret **** --strict-ssl --noConfig --yes --failfast
an exception is thrown and the user is unable to deploy the Fiori UI app;
info abap-deploy-task: Starting to deploy. 16:23:13 node:events:49116:23:13 throw er; // Unhandled 'error' event16:23:13 ^16:23:13 Error: spawn xdg-open ENOENT
Steps to reproduce the behavior:
Fiori UI application is deployed.
Exception is thrown and user is blocked from deloying.
If applicable, add screenshots to help explain the problem.
Add any other context about the problem here OS:
{describe the problem}
{describe the fix}
{Some explanation why this issue might have been missed during normal development/testing cycle}
{if we don’t want to see this type of issues anymore what we should do to prevent}
Fixed in latest version of ui5-tooling.
Related Feature
Related to https://github.com/SAP/open-ux-tools/pull/982
Description
When executing the following CLI command;
an exception is thrown and the user is unable to deploy the Fiori UI app;
Steps to Reproduce
Steps to reproduce the behavior:
Expected results
Fiori UI application is deployed.
Actual results
Exception is thrown and user is blocked from deloying.
Screenshots
If applicable, add screenshots to help explain the problem.
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}