Forum Discussion
Oliver Zeiser
Oct 18, 2016Brass Contributor
SharePoint Online issues creating site collections via PnP code again...
We are seeing issues when creating new sites via the PnP Core extension method AddSiteCollection. We are seeing this on several customer tenants. Can someone confirm that this is once again a SPO is...
Debayo Graham
Jan 25, 2017Brass Contributor
I am gettting this error as well and all i am doing is seting the properies for the new site collection and using this code to attempt the creation.
tenant.CreateSiteCollection(newSite, true, true);
I do notice the site collection is created but it errors out at that specific line