Troubleshooting Guide: Resolving the 'Cannot Query Field "id" on "ItemSearchResults"' Issue in a JSS App with Sitecore 10.3"
"Unraveling the Mystery: Addressing the 'Cannot Query Field "id" on "ItemSearchResults"' Problem in a JSS App with Sitecore 10.3"Introduction In my previous post I was able to get the items from Sitecore Experience Edge for a single item. If you haven't read that issue you need to read that first before continuing with this one since I explain how to use the sitecore api Key to get the result from a single item. If you want to read that post click here . Now that you have previous background let's dive in to the problem. The Problem To give a you a little bit of context this is what I was trying to do. I was trying to get all of the item's children from this sitecore item: /sitecore/content/HeadlessApp/Content/Quizzes . Here is a picture of the items in Sitecore that should match the Postman's response: Everything belowe the Quizzes folder should have been returned. However, getting the items from its children was a little bit c...