Hi Laurier,
As a solution, we suggest that to run the PowerShell command to reset Microsoft Edge and see if that resolves the problem.
Here's how:
- Click Start and search for C:\Users%username%\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe.
- Click on the search result and go back once. The exact folder will be highlighted under Packages.
- Delete the said folder by pressing SHIFT + Delete.
- Click on Start again and search for Windows Powershell.
- Right-click on the first result and select Run as Administrator.
- Copy the command below:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} 7. Paste the command on the Windows Powershell prompt and then press Enter. 8. Restart the PC.
Let us know how it goes.