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
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:
"
No Project Web App instances found. Create at least one PWA instance before accessing this page.
No Project Web App instances found. Create at least one PWA instance before accessing this page.
"
- Matthew CarterJul 05, 2022Iron Contributor
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