You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to a SharePoint site with a wrong URL, the module is not returning any error and it looks like the connection was success. Connect-PnPOnline -Url 'https://Mytendnance.sharepoint.com/NotExistSite' -Credentials $Username
there won't be any error that the site does not exist. instead, all the other cmdlets such as Get-PNPList return an error that does not reflect the original issue.
It will be good to for the PNP module to check if the site is actually exist
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue.
Closing this as the PR is now merged, please use the latest nightly build available tomorrow where the fix will be available !
When connecting to a SharePoint site with a wrong URL, the module is not returning any error and it looks like the connection was success.
Connect-PnPOnline -Url 'https://Mytendnance.sharepoint.com/NotExistSite' -Credentials $Username
there won't be any error that the site does not exist. instead, all the other cmdlets such as Get-PNPList return an error that does not reflect the original issue.
It will be good to for the PNP module to check if the site is actually exist
The text was updated successfully, but these errors were encountered: