Eduard Paul
Eduard Paul
Hi all, we are using PnP framework to create communication sites and link them to the root hub site. System account and delegated app permissions (specific AAD user with ROPC...
Hi all, when using pnp provisioning from Azure Function we are facing an intermittent issue in the "web.ApplyProvisioningTemplate" method. Full error message / callstack: ``` Exception has occurred: CLR/Microsoft.SharePoint.Client.ServerException Exception...
Even if the ShowSiteTitle="false" attribute is set in the pnp:Header node configuration, the site is configured with the title visible. I have tried using "Cascading" and "Megamenu" and the issue...
Hi all, when using parameters in the Name attribute of the user node, the PNP provision fails. It tries to get the user without expanding the placeholder. I don't know...
The error is "Expected identifier, string or number". The solution is pretty simple: Define using appropriate data type by enclosing in quotes, "class".
**Describe the bug** If both parameters are used (defaultSelectedUserIds and disableSuggestions) on the initial load, the component does not show the default selected users. If you try to add a...
Wrong logic to pass auth as header: when disabled (pass_auth=0) credentials are included in Authorization header. However as soon as you enable (pass_auth=1) they are not.
Hi all! I'm trying to reuse a _root_ connection and then create other connections based on that initial connection. ``` # this connection is successful $rootconnection = Connect-PnPOnline -Url $env:Auth_SharePointHost...