A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I have a CMS 11 solution which uses the "Convert Pages" module.
On a few pagetypes the "ToProperty" doesn't have any fields to choose from. When selecting "Remove property temporary" instead it throws this error:
Value cannot be null. Parameter name: toPageType at EPiServer.Core.Internal.DefaultPageTypeConverter.Convert(PageReference pageLink, PageType fromPageType, PageType toPageType, List`1 propertyTypeMap, Boolean recursive, Boolean isTest)
at EPiServer.Core.PageTypeConverter.Convert(PageReference pageLink, PageType fromPageType, PageType toPageType, List`1 propertyTypeMap, Boolean recursive, Boolean isTest)
at EPiServer.UI.Admin.ConvertPageType.Convert(Object sender, EventArgs e)
It only occurs on production enviorment but not on development enviorment.
Anyone knows this bug? And a solution?