I discover that Issue: "Apply-PnPProvisioningTemplate : The provided template is not valid! ", only occurs when I try to Apply the template on other tenant. Is it not possible to apply template on other tenant?What could be the possible solution for this scenario. Please help.
Which PnP repository should you use to report the issue?
I discover that Issue: "Apply-PnPProvisioningTemplate : The provided template is not valid! ", only occurs when I try to Apply the template on other tenant. Is it not possible to apply template on other tenant?What could be the possible solution for this scenario. Please help.
Which PnP repository should you use to report the issue?
Environment
[ ] Office 365 / SharePoint Online
Expected or Desired Behavior
Create site template with lists, pages, themes same as UAT site on desired site.
Observed Behavior
Apply-PnPProvisioningTemplate : The provided template is not valid!
Steps to Reproduce
Get-PnPProvisioningTemplate -Out "C:\STSTemplate.xml" Connect-PnPOnline "siteurl" Apply-PnPProvisioningTemplate -Path “C:\STSTemplate.xml"