Fix: Cannot connect SharePoint Designer to Modern Team sites
On
You cannot connect SharePoint designer to modern team sites because custom scripts is disabled on modern team sites. The solution is to enable custom script using SharePoint online management shell.
Connect-SPOService -Url https://tenantname-admin.sharepoint.com
Set-SPOsite <SiteURL> -DenyAddAndCustomizePages 0
You then wait as it could take up to 24 hours to enable this feature.
Other posts you might be interested in
- Create Picture Library in a Communication Site
- Fix Connect-SPOService : Could not authenticate to SharePoint Online using OAuth 2.0
- Export and Import SharePoint Document & List Schema
- How to Remove the Top Banner from SharePoint Online Modern Pages
- Hide Total Page Views & Like Button on a Modern Page