InvalidOperationException: The view '~/Views/Pages/Dashboards/Index.cshtml' was not found. The following locations were searched: ~/Views/Pages/Dashboards/Index.cshtml
I'm not sure what to add and get started.
also when running build
> webpack
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration[0].entry['js/widgets.bundle'] should be a non-empty array.
-> All modules are loaded upon startup. The last one is exported.
ELIFECYCLE Command failed with exit code 2.
Hi,
Thank you for your feedback.
We reproduced this problem and we will release the fix as soon as possible.
Currently, as a quick fix, you can replace the path in the method GetPageView located in the file _keenthemes/libs/KTTheme.cs.
From
return $"~/Views/Pages/{folder}/{file}"; return $"~/Views/Pages/{folder}/{KTThemeSettings.Config.Name}/{file}"; Hi Adharsh M,
Please run "npm run build --demo1" or for demo30, please use --demo30
Thanks