I've downloaded and installed EPiServer.Labs.BlockEnhancements 0.12.1.
We are using EPiServer.CMS.Core 11.20.11 and EPiServer.CMS.UI 11.36.4.
When I try using the Local content analyzer, the title gets updated with the Item count I enter in (for example "List of shared blocks that can be converted (top 2)") but the "Loading..." message remains in the sections where the statistics and list of blocks should be.
In Application Insights, the following exception properties appear for both "GET LocalContentAnalyzer/GetSharedBlocksToConvert" and "GET LocalContentAnalyzer/GetStatistics":
I've downloaded and installed EPiServer.Labs.BlockEnhancements 0.12.1.
We are using EPiServer.CMS.Core 11.20.11 and EPiServer.CMS.UI 11.36.4.
When I try using the Local content analyzer, the title gets updated with the Item count I enter in (for example "List of shared blocks that can be converted (top 2)") but the "Loading..." message remains in the sections where the statistics and list of blocks should be.
In Application Insights, the following exception properties appear for both "GET LocalContentAnalyzer/GetSharedBlocksToConvert" and "GET LocalContentAnalyzer/GetStatistics":
Here is an example call stack for GetSharedBlocksToConvert:
The call stack is similar for GetStatistics
Has anyone else also had this issue?
Is there a query I could run on our database to see whether the data is the cause of the issue?
Thanks!