Frequently Asked Question
To enable the analysis feature, you first need to know which application you want to analyze. Once you have identified it, you’ll need to get the URL of the application — for example: https://demo.appiancloud.com.
Next, open the configuration file located at:
web/config/application.properties
Find the property react.corsOrigin and add the application's URL to the list, separated by a comma from the existing ones. For example:
react.corsOrigin=http://localhost:3000,https://demo.appiancloud.com
Once this is done, the configuration will be ready, and you’ll be able to run the analysis on the specified page.