Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

What causes these problems? Please help urgently.


:7171/_content/PSC.Blazor.Components.Tours/css/styles.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
:7171/css/style.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
scripts.js:2 Uncaught SyntaxError: Unexpected token 'export'
blazor.server.js:1 [2023-01-18T13:57:36.770Z] Information: Normalizing '_blazor' to 'http://10.10.70.216:7171/_blazor'.
blazor.server.js:1 [2023-01-18T13:57:37.010Z] Warning: Failed to connect via WebSockets, using the Long Polling fallback transport. This may be due to a VPN or proxy blocking the connection. To troubleshoot this, visit https://aka.ms/blazor-server-using-fallback-long-polling.
log @ blazor.server.js:1
general.js:48 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
at handleForm (general.js:48:22)
at Object.init (general.js:115:13)
at HTMLDocument.<anonymous> (general.js:122:21)
general.js:48 Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
at handleForm (general.js:48:22)
at Object.init (general.js:115:13)
at HTMLDocument.<anonymous> (general.js:122:21)
styles.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
style.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)
DevTools failed to load source map: Could not load content for http://10.10.70.216:7171/assets/plugins/global/toastr.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi Burak,

/css/style.css isn't file bunlded with our theme build tasks.

Correct style file names in our theme should be css/style.bundle.css and plugins/global/plugins.bundle.css, these files are described in themesettings.json array in Assets.Css property. See theme settings doc.

If it is your custom style file then make sure that you included this file to folder wwwroot/css.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(