You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to deploy an SPFx to the site collection App catalog when the number of Trusted Script Sources in Content Security Policy is too large (in our case, it was 582).
It doesn't work with Add-PnPApp (Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish)
or with ALM PnP. => The app is added to the Site Collection App Catalog, but the status remains Deployed = No.
The error is - "Value of: [CSPConfig] cannot exceed: [100000]."
I would expect that command to work well in the scope of site collection. It should not take into account script sources from other site collections. (Trusted Script Sources on tenant level)
I'm using Windows operating system with PSVersion 7.5.3 and PnP.PowerShell 3.1.0 version.