Want to disable Content Testing in Sitecore 9.0.1, having issues patching...
I've been asked by my client to disable content testing in Sitecore, as it will not be used in the near future and the hope is disabling it will improve site performance.I've searched the documentation...
View ArticleConfiguration patching not working in Identity Server
I am working on a Sitecore Managed Cloud project and for that, I want to patch AllowedCorsOrigins node to add AllowedCorsOriginsGroup2 for adding custom domain of CM site in Identity Server. Since this...
View ArticleSetting to prevent duplicate item in sitecore is also preventing emails from...
To prevent duplicate items in Sitecore I used the following setting<setting name="AllowDuplicateItemNamesOnSameLevel" value="false"...
View ArticleIs it possible to create a patch config file for log level?
I've created this patch file for a Sitecore 9 instance, but looking at showconfig.aspx it has had no effect. The config file name begins with a 'z' to try to ensure it's processed last.<?xml...
View ArticleSitecore 7.2 and Jpeg2000 image types [duplicate]
Is it possible to configure the Sitecore media library to recognize jpeg2000 files such as .jp2? I've tried using this solution. However, when uploading jp2 types to the media library it throws an...
View ArticleWhy are there configuration files and folders prefixed with the letter Z?
I have installed Sitecore in Azure PaaS. In App_Config\include folder I can see there are a lot of config files name started with "zzz". Can anyone please tell me what is these files are for? Are those...
View ArticleIn MediaManager, how to get image's full url with specifed site's domain...
The reason why I want to change the domain of an image url is because I'm providing an API to a third party. And the regulation is all media url and internal link url, needs to replace the default...
View ArticlePatching a custom patch config file to change the order
I am trying to patch a file (already a patch) so that it can be loaded after that, but the patching is not working.Below is the scenario:Create a patch config file for loading the DI configurator in...
View ArticleHow to host a JSS app on localhost at a specific port?
How can I configure Sitecore to host my JSS app at a specific port on localhost? e.g. if I navigate to localhost:44011, my site renders instead of the default Sitecore home page.Our React single-page...
View ArticleWhere to see item cache or data cache is stored?
I have just enabled the below caches in web config file, now how to see the cache is storing in particular location or not ? If so which file or database table i have to check ?<setting...
View ArticleCould not find the computed index field type:...
I am trying to add links and extending the implementation of the GetLayoutReferences method from Sitecore.XA.Foundation.Search.ComputedFields.AggregatedContent class. However I am getting the following...
View ArticleSitecore Patch not working in sitecore 9.0.1
I am using Sitecore 9.0.1 with SXA 1.7 .I have overriden the ContentPredicate() method for chinese language search box drawback from Sitecore.XA.Foundation.Search.Services.SearchService and i want to...
View ArticleHow to refer connection string in a patch config
We are using a marketplace module that has a config file like this:<appender name="DBLogAppender" type="Feature.DBLogAppender.SitecoreDatabaseLogAppender, Feature.DBLogAppender">....<param...
View Articledictionary.dat file keeps getting deleted when browsing site
Whenever I publish my dictionary items, I see the dictionary.dat file getting created. However, whenever I browse the site, the file gets deleted. I can see that happen in real time.What might be some...
View ArticleEnabling "Sitecore.ContentSearch.SolrCloud.SwitchOnRebuild" Gives error...
I am using Solr Cloud with Sitecore 10.1. When I enable the configuration file Sitecore.ContentSearch.SolrCloud.SwitchOnRebuild it gives me the below error.Here is the text error messageCould not...
View ArticleAdding a patch config file ONLY to my production server
I have another question where I needed to add another target database to my sync in unicorn. However I only need the patch to take affect in my production environment since my local errors out on the...
View ArticleHow do set all Sitecore Cookies as HttpOnly [duplicate]
I'm new to Sitecore, for my new Project, I need to make a few customizations in cookie creation.Is there any way to force the Sitecore to create cookies with HttpOnly as 'true'? I'm using Sitecore 10...
View ArticleApplying patch config files to a local XM Cloud Docker environment
I'm doing some XM Cloud experiments. Based on the starter kit I've got it running local with Docker: https://github.com/sitecorelabs/xmcloud-foundation-headThere is also a Nextjs project which uses...
View ArticleSitecore patch from Security Bulletin SC2023-002-576660
I am trying to install Security Bulletin SC2023-002-576660 hotfix over the XP 9.3 and 10.3 instances. We have multiple Sitecore core server roles (CM, CD, Processing, Reporting, EXM Dispatch).Do we...
View ArticleCumulative hotfix for Sitecore XP 10.3 [closed]
I am trying to install 'Cumulative hotfix for Sitecore XP 10.3' source at here.I am using Sitecore 10.3.0 (XP0/XP1) currently. which is correct solution for the 10.3.0 site as one of the following...
View ArticleVariableSerialization.config Custom Config file
Hope you all are well. I am new in Sitecore. So,I have few queries to clear my doubts. I have shared a picture which is a part of config file.In the picture why we used xmlns:role and xmlns:env ?Inside...
View ArticleHow to use xdt transform to remove role:require attribute
I am using xdt transforms to modify my Sitecore.config file for different environments.I want to remove a role:require="!ContentDelivery" attribute.I'm targeting the following...
View ArticleHow to patch configuration for Sitecore deployed in Azure App service
I need to patch a configuration for my Sitecore deployed on Azure App service. Should I go to App service -> Advanced Tools use Kudu to upload configuration patch files to App_Config\Include or is...
View Articlehow to create patch for changing cache size limits in sitecore config
Using Sitecore 10.0.1I need to change the Prefetch and AccessResultCacheSize to 500 MBThe Prefetch cache size is set as below in one config file<prefetch hint="raw:AddPrefetch"><sc.include...
View ArticleSitecore custom rule based configuration patching not working with word beta
I faced a weird issue while doing a custom rule-based patching in the Sitecore. I defined a setting like the following:<add key="beta:define" value="enabled" />and then create a patch as:<?xml...
View ArticleConfiguring Sitecore Publishing Service to update multiple custom indexes
I'm currently trying to set up the Sitecore Publishing Service on an instance of Sitecore 10.1 (the page for all of the downloads and instructions is here)Without the publishing service, we rely on 4...
View Article"security: "require"="sitecore" in sitecore config
What does "security: "require" in sitecore configuration mean?<sitecore role:require="Standalone or ContentManagement" security:require="Sitecore">Does it mean access to sitecore or user should...
View ArticleUnable to patch DefaultExternalUserBuilder in Sitecore 10.1.2
Our team is using Sitecore 10.1.2 with local environment hosted on developer machines, and deployed environments with K8s and Docker with Coveo serving all of those environments. Only in our deployed...
View ArticleAre decimals supported when specifying cache size values?
Are decimals not supported when configuring cache sizes? I recently noticed that setting a cache size to 1.6MB resulted in the cache size being set to 16MB:Patch ConfigBelow is the patch config where I...
View ArticleHow to create custom strips, buttons for content editor from asp.net project
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"><sitecore><contentEditor><ribbons><strip id="CustomStrip" title="Custom Strip"><chunks><chunk...
View Article