Forum Discussion
Anil_kumar_Anakala
Aug 09, 2021Copper Contributor
Hi everyone, when i create a new pwa site in project online. I am getting error?
No Project Web App instances found. Create at least one PWA instance before accessing this page. I am a sharepoint admin . what are the reasons for getting this 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
Anil_kumar_Anakala
Oct 19, 2021Copper Contributor
As you said the site is still visible in site collection. Actually I am also faced the same issue earlier. In SharePoint admin center, After creation of PWA site, I changed the primary admin and site owner. After 10 mins , then I faced this error.
Cathylou_Barbado
Oct 19, 2021Copper Contributor
I see. I will try to reproduce the issue in our Environment and let you know of the result.
For our other clients with POL site working properly after creation, the site remains to be accessible.
But for this particular client, after few minutes of creating the POL site, the supposed POL site would throw an error. The URL still remains the same but this time no traces of the POL site (Server Settings and the PWA web pages).
For our other clients with POL site working properly after creation, the site remains to be accessible.
But for this particular client, after few minutes of creating the POL site, the supposed POL site would throw an error. The URL still remains the same but this time no traces of the POL site (Server Settings and the PWA web pages).