Question
FPT Japan
JP
Last activity: 24 Sep 2024 11:11 EDT
Launch a Harness via Link (2)
Hello everyone.
I am working on the functionality to Launch a Harness via a Link, similar to the example in this post https://support.pega.com/question/launch-harness-link. And I have successfully done it. However, after doing so, the following errors occurred.
Currently,
From the browser, I enter the link into the URL bar and access it. (http://localhost:8080/prweb/app/myapp/projectdetail/03998/タブ3)
After logging in, the product detail screen and the corresponding tab name will be displayed.
Issue 1. If I am not logged in, the first login screen is displayed. (Image 1) I click the login button as shown in the image, and the second login screen appears. (2) After logging in, I expect the product detail screen and the corresponding tab to be displayed. (Image 3)
However, what I actually get is the home screen being displayed. (Image 4) I would like to know how to assign a redirect URL when clicking the login button.
Issue 2. I have 3 tabs. However, tabs 1 and 3 can display content when opened.
Tab 2 only shows a blank screen. I have checked the logs, but no errors appear.
I would like to know why this is happening.
Thank you very much.
Image 1:
Hello everyone.
I am working on the functionality to Launch a Harness via a Link, similar to the example in this post https://support.pega.com/question/launch-harness-link. And I have successfully done it. However, after doing so, the following errors occurred.
Currently,
From the browser, I enter the link into the URL bar and access it. (http://localhost:8080/prweb/app/myapp/projectdetail/03998/タブ3)
After logging in, the product detail screen and the corresponding tab name will be displayed.
Issue 1. If I am not logged in, the first login screen is displayed. (Image 1) I click the login button as shown in the image, and the second login screen appears. (2) After logging in, I expect the product detail screen and the corresponding tab to be displayed. (Image 3)
However, what I actually get is the home screen being displayed. (Image 4) I would like to know how to assign a redirect URL when clicking the login button.
Issue 2. I have 3 tabs. However, tabs 1 and 3 can display content when opened.
Tab 2 only shows a blank screen. I have checked the logs, but no errors appear.
I would like to know why this is happening.
Thank you very much.
Image 1:
Image 2:
Image 3:
Image 4:
***Edited by Moderator Marije to change Content Type from Discussion to Question; added capability tags***