Forum Discussion

Nichanallam's avatar
Nichanallam
Copper Contributor
Dec 24, 2021

Project Online: Error when accessing a newly created PWA instance

Hi, I just created a new PWA site for my client's office 365 tenant (via Sharepoint Admin Center > Active Sites). I chose Create Site > Other Options > Choose a template "Project Web App site". I ma...
  • Matthew Carter's avatar
    Matthew Carter
    Jul 05, 2022

    I just got off the phone with Microsoft support.

    Seemed that the GUI for setting this up didn't work and after running a command 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

     

     

     

    Now it works, I had a few sites that I created, so we ran the command a few times.  This is what it should be.  Seems when it was going through, it somehow changed the PWAEnabled: Disabled when it should be Enabled.  The graphic above shows when we executed and got the result below and checked and it was enabled.  Originally it was disabled.

     

Resources