How To
Error: "System error occurred" after successfully using content migration to move contents from dev to prod
2 min
after successfully migrating contents from dev to prod, the application can be opened but some records throw an error “system error occurred” when you try to access it cause it appeared that some of the default reports for some tasks were not migrated during the content migration phase below is an example screenshot of what i mean those default reports were missing leading to the error solution create the missing default report for those integrations, manually or using the api from the swagger page we crafted the following using post /reports { "groupbys" \[], "aggregates" \[], "applicationids" \[ "string" >> the affected app id>> ], "columns" \[ "string" ], "filters" \[], "countbyapplicationfacet" false, "pagesize" 10, "offset" 0, "defaultsearchreport" true, "allowed" \[], "uid" "string", "version" 0, "id" "string", "name" “default”, >> name of report>> "disabled" false }