Closed
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
Windows
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- browser version
- SPFx version
- Node.js version
- etc
Describe the bug / error
Graph API responds with "Internal server error 500" on
with payload:
{
"canvasLayout": {
"horizontalSections": [
{
"id": "1",
"layout": "oneColumn",
"columns": [
{
"id": "1",
"webparts": [
{
"@odata.type": "#microsoft.graph.textWebPart",
"id": "de53338c-f4a3-4a5a-8314-111ac94717e3",
"innerHtml": "
some text
"}
]
}
]
}
]
}
}
Steps to reproduce
- open graph explorer
- run the query
- with the payload
This does reproduce on this exact page
sites/365redlab.sharepoint.com,c006d14d-1e79-4dc1-9048-9ec48991f220,46067dc3-f26c-414e-a048-994708d6bfd1/pages/31d76036-bc22-41c5-afe3-e62ea9ecd479
and not for other pages in our tenant
Expected behavior
The canvas layout of the page is updated