Skip to main content
1 vote
1 answer
93 views

In my Next.js app, I'm trying to generate the robots.txt file dynamically. However, when I access http://localhost:3000/robots.txt, it redirects to the "Not Found" page. If I change the next....
Lalinda's user avatar
  • 23
1 vote
1 answer
37 views

I'm running two APIs: GetListOfPocketCardsWithoutCategory: query for this is below: query($after: String, $LimitPerPage : Int) { categories: search( where: { AND: [ { ...
Piyush Pandita's user avatar
0 votes
0 answers
22 views

I've been told that accessing rendering parameter values via the rendering context at runtime will go off and get the values from the DB so we should only access the context when necessary. I had ...
Jag's user avatar
  • 743
0 votes
1 answer
56 views

I have a multilist field(video) with one item tagged and field level fallback enabled. Items that are marked as not Fallback at the item level However, the data did not appear on webpages when I ...
Hasanshali's user avatar
2 votes
1 answer
58 views

I would like to know how can I customize the RTE serialization while the requested page gets resolved ? I have RTE type as one of my data source and wanted to inject some custom logic when this gets ...
Deb's user avatar
  • 413
0 votes
0 answers
63 views

I am working on integrating the Google Enterprise recaptcha into the Sitecore project. Due to dependency issues, I have used the older version "Google.Cloud.RecaptchaEnterprise. V1.6.0" and ...
Sai Raj R's user avatar
0 votes
0 answers
72 views

I configured the graphql in sitecore cms XP, but when launching graphql ui with query giving me the error, "error": "Failed to fetch schema. Please check your connection" I am ...
Prem Murmu's user avatar
0 votes
0 answers
64 views

We are using Sitecore 8.2 Update 7 and Publishing Service 2.2 Update 1 When the publish button is clicked, as we know a pop-up appears, but for a brief moment, the "Languages" and "...
sumit tandon's user avatar
0 votes
0 answers
98 views

I’m facing an issue with Sitecore Experience Editor where it randomly becomes unresponsive. About 1 out of 10 times, it works as expected, showing options like "Add Here", placeholders, and ...
Tarek's user avatar
  • 1,924
0 votes
1 answer
57 views

Following this example component works fine on live/published but on Pages editor the componentProps object { [rendering.uid]: data } is always empty [] is this an intended function? is Pages editor ...
Stickman's user avatar
0 votes
1 answer
54 views

I’m facing an issue embedding a Kaltura video in a Sitecore rich text field. The video works perfectly in a standalone HTML file, but it doesn’t load when added to Sitecore. Here’s the code I’m using: ...
Saurabh Patil's user avatar
0 votes
0 answers
52 views

I am having sitecore 10.1 with headless implementation using Angular as frontEnd. I have frontEnd implementation of the component taken code and deployed to WWW root. When I add the component using ...
SC Johnson's user avatar
1 vote
0 answers
62 views

I'm using the following code to retrieve assets with CreateEntityScroller in Sitecore Content Hub: var result = MClient.Querying.CreateEntityScroller(query, TimeSpan.FromMinutes(3)); await result....
Dhanush S's user avatar
1 vote
1 answer
64 views

Currently I am using the latest Coveo For Sitecore version. In my search interface, I have a Coveo Numeric Facet Range facet for a computed field. The values are coming fine when I am using Coveo ...
Ritu Suman's user avatar
0 votes
0 answers
32 views

var query = Query.CreateQuery(entities => (from e in entities where e.DefinitionName == "M.Asset" &...
Dhanush S's user avatar

15 30 50 per page
1
2 3 4 5
430