Hi all, I had UiPath extension installed on my edge browser but it recently showed an error:

So then I got another installation on the UiPath site, I installed it but it still gives me the error so when I am running the bot I need to keep on uninstalling and re-installing, there is another message I keep on receiving-
Hi,
Please follow the below steps:-
- Completely close Microsoft Edge
- Uninstall existing web versions
- Install directly from UiPath Studio ( Home (Studio Backstage View) → Tools → UiPath Extensions and click on Microsoft Edge.)
- Enable the extension in Edge (if required)
Hi @himanshu.chopra these are the steps I usually do then it would error again 
Could you please check if there are any active Group Policies (GPOs) or recent network policy changes blocking the extension?
-
Got to edge://policy
-
Search **ExtensionInstallBlocklist and check the list
-
What is the version of the impacted robot version?
-
How did you install the robot? Via a script or through GUI?
-
Open in the Edge browser → edge://extensions/ → provide a screenshot with the UiPath Browser Automation extension
-
How are you installing the UiPath Browser Automation for Edge? Via a group policy or through a command line or through Studio/GUI?
-
Open in the Edge browser → edge://policy/ → Export to JSON → provide the generated json file
-
Open a PowerShell_ISE.exe console on the robot VM, run the below code, and provide the results:
Write-Host "`r`n**********`r`n"
Write-Host " System variables:"
[Environment]::GetEnvironmentVariables("Machine") | Format-Table -Wrap -AutoSize
Write-Host "`r`n**********`r`n"
Write-Host " User variables:"
[Environment]::GetEnvironmentVariables("User") | Format-Table -Wrap -AutoSize
- What is the version of the UiPath.UIAutomation.Activities dependency in your project?
Hi all thank you for your help, I am sorted now I had to upgrade to the latest studio. I was using 2020 version