Sitecore / Helix.Examples

Developer-focused examples of implementing the Sitecore Helix practices.
https://sitecore.github.io/Helix.Examples/
Other
81 stars 109 forks source link

Error when pushing items in helix-basic-aspnetcore example #150

Closed gthvidsten closed 2 years ago

gthvidsten commented 2 years ago

Running the dotnet sitecore ser push command from the "helix-basic-aspnetcore" example folder, the following error is displayed:

GraphQL.ExecutionError: [A] /sitecore/layout/Renderings/Feature/BasicContent/Accordion Item (30a19167-a179-4a8e-9b52-5408671c4f58): Template ID 04646a89-996f-4ee7-878a-ffdbf1f0ef0d did not exist

This is when using the default example without anything being modified.

gthvidsten commented 2 years ago

Never mind. I was trying this without Docker and I didn't have the "Headless Services" package installed. I installed it and everything works :)