Hi,
I am writting this in the hope that people having the same issue as me might read it and would save them some trouble.
We have created an index based provisioning engine. At one point in time the engine would refuse to create sites, but not give any errors whatso ever.
After some testing we found out that when using the creation endpoint we would receive as answer the following json and no error:
"SiteId": "",
"SiteStatus": 4,
"SiteUrl": ""
Status 4 is missing from the documentation we can find here https://docs.microsoft.com/en-us/sharepoint/dev/apis/site-creation-rest, but it actually means your site already exists in the given tenant.
Hope Microsoft can update with the full list of SiteStatus to give us a bit more error handling possibilies.
Regards,
Anisia Pop
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi,
I am writting this in the hope that people having the same issue as me might read it and would save them some trouble.
We have created an index based provisioning engine. At one point in time the engine would refuse to create sites, but not give any errors whatso ever.
After some testing we found out that when using the creation endpoint we would receive as answer the following json and no error:
"SiteId": "",
"SiteStatus": 4,
"SiteUrl": ""
Status 4 is missing from the documentation we can find here https://docs.microsoft.com/en-us/sharepoint/dev/apis/site-creation-rest, but it actually means your site already exists in the given tenant.
Hope Microsoft can update with the full list of SiteStatus to give us a bit more error handling possibilies.
Regards,
Anisia Pop
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.