Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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?