Hi, I have just purchased your theme and it looks great. I am following the instructions to set it up as part of a Blazor application. I can get the theme to show however there are some files which are returning 404. I have been over the instructions twice and I followed them all so not sure what is going on.
One thing I noticed when performing the server side setup was an instruction to copy a folder called plugins from 2 different sources into the same target folder.
Instructions
3. Copy js, plugins, sass folder from theme/src and paste them into npmjs/src, since Good theme use node_modules folder which is located inside toolsfolder but we will use a root node_modules, we need to fix some bootstrap paths in file npmjs/src/sass/components/components.scss.
5. Copy plugins folder form theme/tools/webpack/plugins and pate it into npmjs/src.
I presumed you want to merge the contents of both source folders into the single target /src folder?
Below is a list of 404 I am getting, its to do with the css and js files.
GET https://localhost:7063/assets/plugins/custom/vis-timeline/vis-timeline.bundle.css net::ERR_ABORTED 404
localhost/:32 GET https://localhost:7063/assets/plugins/custom/datatables/datatables.bundle.css net::ERR_ABORTED 404
localhost/:12069 GET https://localhost:7063/assets/plugins/custom/datatables/datatables.bundle.js net::ERR_ABORTED 404
localhost/:12070 GET https://localhost:7063/assets/plugins/custom/vis-timeline/vis-timeline.bundle.js net::ERR_ABORTED 404
localhost/:12073 GET https://localhost:7063/assets/js/widgets.bundle.js net::ERR_ABORTED 404
localhost/:12075 GET https://localhost:7063/assets/js/custom/apps/chat/chat.js net::ERR_ABORTED 404
localhost/:12076 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/type.js net::ERR_ABORTED 404
localhost/:12077 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/budget.js net::ERR_ABORTED 404
localhost/:12078 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/settings.js net::ERR_ABORTED 404
localhost/:12079 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/team.js net::ERR_ABORTED 404
localhost/:12081 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/files.js net::ERR_ABORTED 404
localhost/:12080 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/targets.js net::ERR_ABORTED 404
localhost/:12082 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/complete.js net::ERR_ABORTED 404
localhost/:12083 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/main.js net::ERR_ABORTED 404
localhost/:12084 GET https://localhost:7063/assets/js/custom/utilities/modals/upgrade-plan.js net::ERR_ABORTED 404
localhost/:12085 GET https://localhost:7063/assets/js/custom/utilities/modals/create-app.js net::ERR_ABORTED 404
localhost/:12086 GET https://localhost:7063/assets/js/custom/utilities/modals/create-campaign.js net::ERR_ABORTED 404
localhost/:12087 GET https://localhost:7063/assets/js/custom/utilities/modals/users-search.js net::ERR_ABORTED 404
plugins.bundle.css:1 GET https://localhost:7063/assets/plugins/global/fonts/fa-solid-900.woff2 net::ERR_ABORTED 404
localhost/:12069 GET https://localhost:7063/assets/plugins/custom/datatables/datatables.bundle.js net::ERR_ABORTED 404
plugins.bundle.css:1 GET https://localhost:7063/assets/plugins/global/fonts/fa-solid-900.woff net::ERR_ABORTED 404
localhost/:12070 GET https://localhost:7063/assets/plugins/custom/vis-timeline/vis-timeline.bundle.js net::ERR_ABORTED 404
plugins.bundle.css:1 GET https://localhost:7063/assets/plugins/global/fonts/fa-solid-900.ttf net::ERR_ABORTED 404
localhost/:12073 GET https://localhost:7063/assets/js/widgets.bundle.js net::ERR_ABORTED 404
localhost/:12075 GET https://localhost:7063/assets/js/custom/apps/chat/chat.js net::ERR_ABORTED 404
localhost/:12076 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/type.js net::ERR_ABORTED 404
localhost/:12077 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/budget.js net::ERR_ABORTED 404
localhost/:12078 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/settings.js net::ERR_ABORTED 404
localhost/:12079 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/team.js net::ERR_ABORTED 404
localhost/:12080 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/targets.js net::ERR_ABORTED 404
localhost/:12081 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/files.js net::ERR_ABORTED 404
localhost/:12082 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/complete.js net::ERR_ABORTED 404
localhost/:12083 GET https://localhost:7063/assets/js/custom/utilities/modals/create-project/main.js net::ERR_ABORTED 404
localhost/:12084 GET https://localhost:7063/assets/js/custom/utilities/modals/upgrade-plan.js net::ERR_ABORTED 404
localhost/:12085 GET https://localhost:7063/assets/js/custom/utilities/modals/create-app.js net::ERR_ABORTED 404
localhost/:12086 GET https://localhost:7063/assets/js/custom/utilities/modals/create-campaign.js net::ERR_ABORTED 404
localhost/:12087 GET https://localhost:7063/assets/js/custom/utilities/modals/users-search.js net::ERR_ABORTED 404
Thanks,
Mathew