BlockGriview 1.12 and umbraco 13

The gridview sometimes show and sometimes does not any solutions i am using visual studio 2022

Hey @joalpeca1! Do you have any screenshots, error messages or replication steps you can share?

This is the problem that I found when it runs to the method GetCacheItem the result of that gets “Evaluation times out” and sometimes happens sometimes does not so when the document type gets a reponse of null and the preview does not show.

This happens in the BlockPreviewService.cs in BlockGridView.

it is like here should need a if else statement where if it is not in the cache then call the the GetDataType directly instead of break the code