Create Dashboard Version of Homepage throws "An error has occurred while processing your request. Please try again."DescriptionAttempting to convert a homepage into a dashboard via "Create Dashboard Version" returns with the error below: CauseThe issue is the result of "drop zones" from the home page layout. The homepage attempting to be converted has a "Change Layout" that is not configured correctly, with the drop zone IDs found on the widgets not corresponding to the ones found in the layout.ResolutionOne option to fix the issue is to change the layout of the homepage to another layout. The second option is to do the following: Open the layout (from sys_ui_macro) and observe the dropzone ID's in the XMLOpen the sys_portal_list view, expand the filter and use the conditions for [Page Title] = [*Homepage Name Here*]Observe the results and make sure the dropzone ID's in the XML in the sys_ui_macro are also populated in the sys_portal_list results when you look up the homepage being usedFix the sys_ui_macro accordinglyAdditional InformationThis issue can occur due to the following reasons: The homepage layout is the original layout but it was later modified.A different layout was applied to the homepage and it had less dropzones than before. Note that some widgets have gone missing visually because the dropzone they belong to is not there anymore, but they still reference that former dropzone.