Forum Discussion

Anil_kumar_Anakala's avatar
Anil_kumar_Anakala
Copper Contributor
Aug 09, 2021
Solved

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?  
  • Matthew Carter's avatar
    Matthew Carter
    Jul 05, 2022

    I got off the phone with Microsoft

     

    https://techcommunity.microsoft.com/t5/project/project-online-error-when-accessing-a-newly-created-pwa-instance/m-p/3565995/highlight/true#M4145

     

    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

Resources