Application Customizer not executing when registering through Add-PnPCustomAction #2276
Unanswered
webdevelperify
asked this question in
General
Replies: 2 comments
-
@webdevelperify Please use the Bug Report template when reporting bugs. You can do this by clicking New Issue > Get Started (next to Bug Report). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, am converting this to a discussion since it is a question and not an issue with the module itself. Would suggest that you try this cmdlet: https://pnp.github.io/powershell/cmdlets/Add-PnPApplicationCustomizer.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Continuation of this https://github.com/pnp/PnP-PowerShell/issues/1773.
I am using PnP Powershell (v1.9.0) to install the Application Customizer for header and footer logic in SharePoint Online Site. I have build the sppkg file and using PnP Powershell installed this in a single Site Collection. On Installation there is no error but this Application Customizer is not executing in any of the page.
WebPart Manifest
Command Used:
After this I see in PowerShell that Custom Action is registered in the Web scope successfully but still it is not executed:

I do not want to deploy this sppkg file at the tenant level. I tried to just publish this app at the Tenant app catalog (not installed to all sites) and then used the PowerShell above at one site collection still the result is same and application customizer not executed.
Can anyone please help or guide me. Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions