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
I tried to edit this SitePage within an AzureFunction (.Net) with the latest PnP.Framework version.
The error occurs as soon as you load and save the SitePage without making any changes to it:
Here is the .csproj File. The PnP.Framework version is1.16.0:
Seems like there is an issue in the current version.
The text was updated successfully, but these errors were encountered:
We have the same thing on tenants where the new section possibilities and banner webparts are available - but not too many have that at this point of time.
Workaround: Remove the full width section in page templates, use a normal section with Text webpart. After provisioning make sure people add the full width section with banner. Not nice.
@marcoschmucker A lot more tenants have these updates available now, I think Microsoft pushed this through more generally by now.
I'm having the same issue with PnP.Framework 1.17.0.
I also see that I do not need to make any changes to the page. I concur that just loading & immediately saving the page with a full width section gives this error.
I can see that the image web part lacks the fullWidth property in the JsonControlData when loading the page. No luck yet to set this property, as that is read-only for existing web parts.
I was thinking in the likes of setting a relevant attribute (fullWidth or supportsFullBleed) to true to avoid the error when saving..
I have a test page with an FullWith Hero Control:
I tried to edit this SitePage within an AzureFunction (.Net) with the latest PnP.Framework version.
The error occurs as soon as you load and save the SitePage without making any changes to it:
Here is the .csproj File. The PnP.Framework version is1.16.0:
Seems like there is an issue in the current version.
The text was updated successfully, but these errors were encountered: