open-ux-tools icon indicating copy to clipboard operation
open-ux-tools copied to clipboard

BUG - Link to Guided Answer isn't clickable as the output is encoded

Open gregorwolf opened this issue 1 year ago • 4 comments

Related Feature

Feature request: #1805

Description

With the PR #1805 a link to the Guided Answer How to validate ADT API services used for deployment configuration?. But when an error occurs during deployment that provides a link to this Guided Answer it isn't helpful as the link can't be clicked do due it's encoding.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Setup a project to be deployed to an ABAP System where the OData service /UI5/ABAP_REPOSITORY_SRV is not yet active
  2. run npm run deploy
  3. Confirm to deploy
  4. See error

Expected results

error abap-deploy-task ZEXCEL_DU Change logging level to debug your issue
error abap-deploy-task ZEXCEL_DU        (see examples https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling#configuration-with-logging-enabled)
error builder:custom deploy-to-abap Request failed with status code 403. Guided Answers troubleshooting guide available at https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/45995:45996:50742:46000:57266
error builder:custom deploy-to-abap Request failed with status code 403

Actual results

error abap-deploy-task ZEXCEL_DU Change logging level to debug your issue
error abap-deploy-task ZEXCEL_DU        (see examples https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-tooling#configuration-with-logging-enabled)
error builder:custom deploy-to-abap Request failed with status code 403. Guided Answers troubleshooting guide available at https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/57266
error builder:custom deploy-to-abap Request failed with status code 403

Screenshots

image

Version/Components/Environment

Add any other context about the problem here OS:

  • [X] Mac OS
  • [ ] Windows
  • [ ] Other

gregorwolf avatar May 04 '24 08:05 gregorwolf

@ianquigley-sap

tobiasqueck avatar May 06 '24 06:05 tobiasqueck

@devinea @ianquigley-sap my understanding is that the issue is fixed with #1915. Is the fix already consumed by the Fiori tools?

tobiasqueck avatar May 15 '24 11:05 tobiasqueck

This seems to relate to tools-suite code. I create a corresponding bug 29814 there. It is WIP.

devinea avatar May 15 '24 12:05 devinea

Fix should be released with Fiori tools end of this week.

devinea avatar May 21 '24 12:05 devinea

Fixed released in SAP Fiori Tools Version 1.13.5 .

devinea avatar May 27 '24 09:05 devinea