6,445 questions
1
vote
1
answer
93
views
robots.txt doesn't work, only url/robots does work
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....
1
vote
1
answer
37
views
Not able to run search query on multiselect field in Sitecore
I'm running two APIs:
GetListOfPocketCardsWithoutCategory:
query for this is below:
query($after: String, $LimitPerPage : Int) {
categories: search(
where: {
AND: [
{
...
0
votes
0
answers
22
views
Accessing rendering parameters via rendering context
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 ...
0
votes
1
answer
56
views
Field Level fallback not working on Multilist with search
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 ...
2
votes
1
answer
58
views
Sitecore Graph Ql Rich Text Editor Serialization
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 ...
0
votes
0
answers
63
views
Google.Cloud.RecaptchaEnterprise error on inteagrating with Sitecore 10.0.0
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 ...
0
votes
0
answers
72
views
Failed to fetch schema. Please check your connection sitecore xp graphql configuration
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 ...
0
votes
0
answers
64
views
Sitecore Publishing Service 2.2 update 1 Pop up dialog pops out with blank language and target
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 "...
0
votes
0
answers
98
views
Sitecore Experience Editor Freezing Randomly – Elements Not Interactive
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 ...
0
votes
1
answer
57
views
Sitecore XMC Next JS - Component level data fetching doesn't fetch data in Pages Editor
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 ...
0
votes
1
answer
54
views
Issue Embedding Kaltura Video in Sitecore HTML Editor (Inside Rich Text field)
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:
...
0
votes
0
answers
52
views
Error in adding headless component to a page using ExperienceEditor
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 ...
1
vote
0
answers
62
views
How can I retrieve more than 100 assets using CreateEntityScroller in Sitecore Content Hub?
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....
1
vote
1
answer
64
views
Coveo Numeric Facet Range does not display the title
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 ...
0
votes
0
answers
32
views
Only 10000 Assets were retrieved via sitecore Sdk
var query = Query.CreateQuery(entities => (from e in entities
where e.DefinitionName == "M.Asset"
&...