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