The path to the script in the Boiler plate application is obsolete. This line in the index.html file must be replaced with the one pointing to download.uipath.com
But if I fill in the form and click on the submit button, there is an error on Line #41 of the app.js script that indicates that the start method is inaccessible.
That is most likely because this line fails to initialize the object named BrowserEmbeddingSample as the script is initializing. The find functio is not able to return a valid process object with name that contains ‘BrowserEmbeddingSample’.
Is there a latest version of this script that works with Modern folders?
Or, is the call to the results.find(…) just too early in the initialization process?
SOLVED for Modern folder deployments. Although this solution defies logic, it works when the boilerplate process is deployed to a Modern and a classic folder on two completely separate tenants.