-
Notifications
You must be signed in to change notification settings - Fork 217
Description
Category
- Bug
Describe the bug
When I try to save a SharePoint page then I get this error:
HttpResponseCode: 400
Code: Microsoft.SharePoint.Client.InvalidClientQueryException
Message: The query string "DecodedUrl" is missing or invalid.
ClientRequestId: 70ace4a0-d08e-7000-6b3c-3d6a10f93118
SPClientServiceRequestDuration: 13
X-SharePointHealthScore: 0
X-SP-SERVERSTATE: ReadOnly=0
PnP.Core.SharePointRestServiceException: SharePoint Rest service exception
at PnP.Core.Services.BatchClient.ExecuteSharePointRestInteractiveAsync(Batch batch)
at PnP.Core.Services.BatchClient.ExecuteSharePointRestBatchAsync(Batch batch)
at PnP.Core.Services.BatchClient.ExecuteBatch(Batch batch)
at PnP.Core.Model.BaseDataModel1.BaseRetrieveAsync(ApiCall apiOverride, Func2 fromJsonCasting, Action1 postMappingJson, Expression1[] expressions)
at PnP.Core.Model.SharePoint.Web.GetFileByServerRelativeUrlAsync(String serverRelativeUrl, Expression1[] expressions) at PnP.Core.Model.SharePoint.Web.GetFileByServerRelativeUrlOrDefaultAsync(String serverRelativeUrl, Expression1[] expressions)
Steps to reproduce
Save a page.
Expected behavior
No Error
Environment details (development & target environment)
- OS: 7MacOS 14
- SDK used in: Console App
- Framework: .NET Core 7 ]
- **Nuget version: 1.10.103-nightly
Additional context
I do think it is related to #1290