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 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)
Category
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.BaseDataModel
1.BaseRetrieveAsync(ApiCall apiOverride, Func
2 fromJsonCasting, Action1 postMappingJson, Expression
1[] expressions)at PnP.Core.Model.SharePoint.Web.GetFileByServerRelativeUrlAsync(String serverRelativeUrl, Expression
1[] expressions) at PnP.Core.Model.SharePoint.Web.GetFileByServerRelativeUrlOrDefaultAsync(String serverRelativeUrl, Expression
1[] expressions)Steps to reproduce
Save a page.
Expected behavior
No Error
Environment details (development & target environment)
Additional context
I do think it is related to #1290
The text was updated successfully, but these errors were encountered: