Troubleshooting
This article provides solutions for issues you might encounter while working with the Unite UX Studio.
Sources for Debugging
You can locate possible problems, investigate them accordingly, and debug your web project by using the available debugging options.
To debug your web application before it is published:
-
The
UniteUxLog.log
file—TheUniteUxLog.log
file stores all detected application errors and is generated every time the application is generated through the Generate output option. To debug the project, openUniteUxLog.log
and look into its output.- On Windows,
UniteUxLog.log
is located inC:\Users\[username]\AppData\Roaming\UniteUXStudio\UniteUxLog.log
. - On MacOS,
UniteUxLog.log
is located in .../Users/[username]/Library/Application Support/UniteUXStudio/UniteUxLog.log
- On Windows,
-
Popup notifications &mdashh; The Studio renders popup notifications for the successful and unsuccessful fulfilment of commands that were submitted through its UI. For example, if the Studio was able to save the medadata successfully on the file system, it will display a popup notification for the successful operation.
-
The >_ OUTPUT bar — >_ OUTPUT displays the log messages of the application. The logger is located at the bottom of each Studio page.