Open vishnusinghchauhan opened 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
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