I’m making a RPA Automation workflow in Studio, that works well on the debug versión, but once I publish it and run in on the orchestrator, it fails by throwing the Cannot communicate with the browser, please check the UiPath extension..
We are using an Automation Cloud Robots VM, with the base image with supported browsers. The workflows tries to use an private session in chrome, because for some reason, the VM stores the cache of the site we are automating.
I’ve tried activating the extension in incognito mode, reinstalling the extension through Studio, changing the robot advanced settings, but nothing works.
check that the ChromeNativeMessaging.exe process is running and not blocked by antivirus on the VM. Also, increase the open Browser activity timeout and enable the retry option in project settings to handle extension initialization delays.
If issuees persist try reinstalling the chrome extension and clear the browser cache to prevent corruption from cached data affecting communication. Restart the VM after these steps for full effect.