Replies: 1 comment
-
It looks like using 2.99.131-nightly resolves the issue |
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
-
Hello,
Has anyone else encountered an issue similar that noted here: #4715
Basically in my case I create a connection using:
$ctxSp = Connect-PnPOnline -Url $siteMasterUrl -ClientId $appId -Tenant $tenantId -Thumbprint $certThumbprint -ReturnConnection
followed by
$listItems = Get-PnPListItem -List $siteMasterList -Query $query -Connection $ctxSp
and that is where i get the Bad Request error. This was working fine until I upgraded to the latest nightly build version (2.99.125) which I had to upgrade to due to a different issue (#4550).
Anyone encounter this as well and possibly found a workaround?
Beta Was this translation helpful? Give feedback.
All reactions