Got it, so let's do some procedures in relation to the store to find a fix:
-Solve problems with Microsoft Store:
1-Windows+i> Update and security> Troubleshooting> Additional troubleshooting> Windows Store Apps> Run Solution.
2-Reset the Microsoft Store cache
Press the Windows Logo Key + R to open the Run dialog box, type wsreset.exe, and then select OK.
Note:
A blank Command Prompt window will open, and after about ten seconds the window will close and Microsoft Store will open automatically.
3-Check the Microsoft Store Install Service
Press the Windows Key + R and type in services.msc.
Find the Microsoft Store Install Service and double click, If the status is Running, right click it then select Restart
If Disabled, change it to Automatic, click Start and click OK.
4-Reinstall the Microsoft Store app
Press Windows key + X
Click and Run Windows PowerShell(Admin)
Copy and paste the command below then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your computer.
I hope it solves.
Graciously,
Claudeir