Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle cases where site creation fails in New-PnPSite #4087

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jackpoz
Copy link
Contributor

@jackpoz jackpoz commented Jul 10, 2024

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Improves #4082

What is in this Pull Request ?

Handle cases where site creation fails in New-PnPSite by throwing a clearer exception.
The previous code would try to dereference returnedContext even when null, throwing a Object reference not set to an instance of an object. exception. This happens because Framework.Sites.SiteCollection.Create() returns null in some cases, like if the site url was not retrieved after enough tries.

I'm not sure if the message should be changed. At this point of the callstack we have no idea what went wrong during the creation and if the site was fully created and configured or not. It might be that there was an issue only when retrieving the SPO ClientContext but everything else worked fine.
In any case, anything should be better than an unhandled null exception 😃

Handle cases where site creation fails in New-PnPSite by throwing a clearer exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant