Hi Everyone
d
Hi Everyone I have forked the Umbraco repo to do contribution. I use Visual Studio 2022. I run the Umbraco.Web.UI and it is running fine at the first time but when I run again it throw an error like as below :
System.InvalidOperationException: 'All calls to HybridCache with the same key should use the same data type; the same key is being used for 'Umbraco.Cms.Infrastructure.HybridCache.ContentCacheNode' and 'Umbraco.Cms.Infrastructure.HybridCache.ContentCacheNode' data'
If I use new Database then it will work fine but it is not working with same database. Please advise me on this
s
I've heard of this happening when you do a Rebuild.. did you do that? 99.9999% of the time you really never have to use Rebuild.
d
Yes
s
Think you can clear the cache by deleting
Copy code
/umbraco/Data/TEMP
/umbraco/Data/Cache
then do a regular build and don't touch the rebuild button any more 😉
d
ok sure, Thanks
Let me try
l
Hi @Deepak.aggrawal Did you follow the instructions in this doc: https://github.com/umbraco/Umbraco-CMS/blob/main/.github/BUILD.md#front-end-only-changes ? Did you update your app settings?
d
Hi @Laura Neto Thanks for this. Yes, I followed the same document and it was working but forgot to update here
32 Views