[BUG] Connect-PnPOnline HttpClient.Timeout error #3203
Unanswered
Ron-Rohlfs
asked this question in
General
Replies: 3 comments 2 replies
-
Same result in same environment using "Connect-PnPOnline -UserAssignedManagedIdentityClientId -Url -ManagedIdentity:$true ReturnConnection:$true" on Versions 2.2.0 and 2.3.0 |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am also getting this issue...in Azure Automation Account is it resolved ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #4899 - hopefully allowing us to adjust the timeout from the default of 100 seconds will help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Notice
Many bugs reported are actually related to the PnP Framework which is used behind the scenes. Consider carefully where to report an issue:
Invoke-PnPSiteTemplate
orGet-PnPSiteTemplate
? The issue is most likely related to the Provisioning Engine. The Provisioning engine is not located in the PowerShell repo. Please report the issue here: https://github.com/pnp/pnpframework/issues.Reporting an Issue or Missing Feature
Connect-PnPOnline failing with error message, "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing."
Expected behavior
Connect to site and return a PnPConnection object.
Actual behavior
Fails with message, "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing."

Steps to reproduce behavior
$hubSiteUrl = "https://isispharm.sharepoint.com/sites/Sensei";
[PnP.PowerShell.Commands.Base.PnPConnection]$hubSiteConn = Connect-PnPOnline -Url $hubSiteUrl -ManagedIdentity:$true -ReturnConnection:$true -ErrorAction Stop);
What is the version of the Cmdlet module you are running?
2.1.1
Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions