Sitecore / Sitecore.Demo.Headless

This repository is used to share Sitecore JSS PWA demo assets (and future “Sitecore Omni” related demo assets)
Mozilla Public License 2.0
22 stars 19 forks source link

How to fix error while deploy App #111

Open vishnusinghchauhan opened 4 years ago

vishnusinghchauhan commented 4 years ago

Hello All,

My application working properly on local, but when I deploy to server I am getting below error.

My Navigation component is this.

export default function(manifest) { manifest.addComponent({ name: "Navigation", icon: SitecoreIcon.NavigateUp_lightgrey }); }

getting below error

Error generating manifest The component 'Navigation' used on route 'home' was not defined in the manifest. Please define this component with 'manifest.addComponent()', or change the name to an existing component name.

Thanks in advance