How To Debug Issues With UiPath Apps?

How to debug issues with UiPath Apps?

Issue Description: How to debug issues with UiPath Apps. This article does not address specific issues but rather is meant to be a general KB article on how to debug app issues.

Diagnosing App Issues

  1. When experiencing an issue with UiPath Apps, there are three main things that need to be looked at: HAR trace, a Console trace and the app itself.
  2. First, the browser debug tools need to be enabled. See the following KB article - How To Generate A HAR file?
    1. The above article explains how to get a har trace.
    2. When experiencing an app issue, we would want to first, enable the developer tools and then reproduce the issue and capture the har trace.
  3. Second, once the issue has been reproduced and the har trace captured, we also want to check the console logs.
    1. In the developer tools, go to console.
    2. In this window, there may be errors. We would want to capture screenshots of them.
    3. Here is an example of what this may look like
image.png
  1. Finally, export the app.
    1. Go to the Apps page
    2. On the app, click the 3-dotted icon.
    3. Select export.
  2. Send the har trace, console screenshot and the App to UiPath Support when trying to debug an issue.