Umbraco 8.14.1 cache problems
# help-with-umbraco
j
Hello everybody, We have an issue on a Umbraco 8.14.1 site. When we use using (var context = umbracoContextFactory.EnsureUmbracoContext()) { content = context.UmbracoContext.Content.GetById(searchId); } there sometimes is an issue that the content cannot be found. We can fix it by reloading the memory cache, but we want to see if there is automated fix for this. Have any of you ever gotten this issue? Would any of you know a quick fix?