what is the use of build context path in the application properties while we create a web build.
3 Likes
By default, sandbox build is downloaded as a URL (i.e. http://3.7.56.107:7802/VFLOW_FEATURE_RM-ICYZ1YM7G5/)
To host this sandbox build on a domain with the desired context path, Build ContextPath property is used. User can enter any string that is to be shown as a context path.
In the below screenshot, Build Context Path is vflow-feature_RM which will download the build with this path and once the build is deployed the URL will contain the Build Context Path (i.e. https://vflow.vahanacloud.com/vflow-feature_RM/#/)
If Build Context Path is not mentioned, and still you want to host your build the default context path will be the App Id (https://vflow.vahanacloud.com/VFLOW_FEATURE_RM-ICYZ1YM7G5/#/)
18 Likes