Aug 09 2021 03:29 AM
Oct 19 2021 10:40 PM
I am also having the same issue with one of our clients. This is the first time.
We created a POL site in the O365 Admin Portal. The site was okay and can be accessed. But after less than 10mins we got the "No PWA instance was found" error. I am one of the site collection Admin.
Oct 19 2021 10:58 PM
I had tried this, It worked for me.
Download and open the SharePoint online management shell
paste the code in shell
In strike off place type your tenant URL. In circle place type your account name. In underline place type your PWA site name.
After completion of cmds refresh the browser.
Test it in internet explorer, edge.
Oct 19 2021 11:03 PM
Oct 19 2021 11:17 PM
Oct 19 2021 11:24 PM
Jul 05 2022 10:57 AM
@Anil_kumar_Anakala @Cathylou_Barbado do you have any update on this?
Add a Project Web Apps Site
https://docs.microsoft.com/en-us/projectonline/set-up-another-project-online-site
I followed the steps and get this after a minute or two:
"
"
Jul 05 2022 01:12 PM
SolutionI got off the phone with Microsoft
I just got off the phone with Microsoft support.
Seemed that the GUI for setting this up didn't work and after running a few PowerShell commands it showed that PWA was disabled - PWAEnabled : Disabled
We ran these in PowerShell (we changed the name here to YOUR tenant name, and YOUR site):
Connect-SPOService -url https://M365TenantNameHere-admin.sharepoint.com
Get-SPOSite -Identity https://M365TenantNameHere.sharepoint.com/sites/PWASiteNameHere |fl
#PWAEnabled : Disabled
Set-SPOSite -Enable $true -identity https://M365TenantNameHere.sharepoint.com/sites/PWASiteNameHere
Jul 05 2022 01:12 PM
SolutionI got off the phone with Microsoft
I just got off the phone with Microsoft support.
Seemed that the GUI for setting this up didn't work and after running a few PowerShell commands it showed that PWA was disabled - PWAEnabled : Disabled
We ran these in PowerShell (we changed the name here to YOUR tenant name, and YOUR site):
Connect-SPOService -url https://M365TenantNameHere-admin.sharepoint.com
Get-SPOSite -Identity https://M365TenantNameHere.sharepoint.com/sites/PWASiteNameHere |fl
#PWAEnabled : Disabled
Set-SPOSite -Enable $true -identity https://M365TenantNameHere.sharepoint.com/sites/PWASiteNameHere