Forum Discussion
Hi everyone, when i create a new pwa site in project online. I am getting error?
- Jul 05, 2022
I 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
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.
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.