How to properly use Start-Item on the Content Deli...
# help-with-umbraco
n
Hi I'm trying to setup the content delivery API up on a multi site Umbraco instance. From my testing though I have some problems with the "Start-Item" parameter. For context we have one level of content items before the content items with the domain comes in our tree structure in Umbraco: Root -- Denmark -- Home (Here is the domain) -- Germany -- Home (Here is different domain) -- etc.... When I specify the Id of "Denmark" for the "Start-Item" I get a 404 for the page of home (Path: "/da-dk") which has a domain looking like "mydomain.dk/da-dk". If I use the Id of "Home" for the "Start-Item" the API doesn't find the "Start-Item". I found this issue that sounds very similar but was resolved without any action? https://github.com/umbraco/Umbraco-CMS/issues/14387 Does anyone know how to get around this issue? (Umbraco 13)
29 Views