Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Blazor Server Issue for Good Theme

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

Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi,

Thank you for the detailed description.

1) Yes plugins folder from /src and /webpck must be merged.

2) Currently we have issues in the webpack.config.js example provided in the doc, we are going to fix these issues in an upcoming release.

For now, you can refer to the webpck configuration inside the theme/tools/webpack.config.js.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(