Trying to access the live site cache and it gives me the following error:
I'm on the latest hotfix v13.0.188
No MediaTypeFormatter is available to read an object of type 'IEnumerable`1' from content with media type 'text/html'.
Source Error:
Line 32: protected async Task ReloadData() Line 33: { Line 34: var keyList = ShowLiveSiteData ? await new LiveSiteDebugProcessor().GetAllCacheItemsAsync() : CacheHelper.GetCacheItemRows(); Line 35: Line 36: keyList = keyList?.OrderBy(g => g.Key);
Source File: \CMS\CMSModules\System\Debug\System_DebugCacheItems.aspx.cs Line: 34
1' from content with media type 'text/html'.] System.Net.Http.HttpContentExtensions.ReadAsAsync(HttpContent content, Type type, IEnumerable
1 formatters, IFormatterLogger formatterLogger) +87 System.Net.Http.HttpContentExtensions.ReadAsAsync(HttpContent content, IEnumerable
@vasu thank you, turns out a vpn was blocking the request
Please, sign in to be able to submit a new answer.