Open moudhafersalhi opened 4 years ago
I also noticed this behaviour today when trying to apply a <pnp:Header />
or <pnp:Footer />
I also noticed this behaviour today when trying to apply a
<pnp:Header />
or<pnp:Footer />
are you also using the certificate authentification? there are some strange patterns while using the thumbprint authentification
No I was using an SP Addin credentials, also have the same problem with <pnp:ApplicationLifecycleManagement />
Reverted back to v3.23.2007.0 for now
This happened to me too. Eventually, I figured the
If you have a question and are not reporting a bug, please go to:
https://github.com/pnp/pnp-powershell/discussions
Notice
Many bugs reported are actually related to the PnP Core Library which is used behind the scenes. Consider carefully where to report an issue:
Apply-PnPProvisioningTemplate
orGet-PnPProvisioningTemplate
? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/PnP-Sites-Core/issues.Reporting an Issue or Missing Feature
Issue
Expected behavior
Apply-PnpProvisionning -Path $mypathXML -ClearNavigation I expect that the site would be provisionned with 3 Lists, 5 Navigation nodes, Compact layout for the header
Actual behavior
Error before treating the navigation nodes :
Steps to reproduce behavior
Please include complete code samples in-line or linked from gists Apply-PnPProvisioningTemplate : {"error_description":"Invalid issuer or signature."} ServerErrorTraceCorrelationId: b0058d9f-60ac-2000-9071-bc0a4aa43a2b In Zeile:1 Zeichen:1
BUT if i delete the line everything works fine.
Which version of the PnP-PowerShell Cmdlets are you using?
What is the version of the Cmdlet module you are running?
(you can retrieve this by executing
Get-Module -Name sharepointpnppowershell* -ListAvailable
)How did you install the PnP-PowerShell Cmdlets?