Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
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 (2)


It looks like you're experiencing several issues related to missing resources and connection problems. The 404 errors indicate that certain CSS and JavaScript files are not found on the server. This might be due to incorrect file paths or missing files in your project. The WebSocket warning suggests there may be a network issue, possibly caused by a firewall or VPN blocking the connection. Using a dedicated business VPN can help ensure a more stable connection and might resolve some of these issues. Make sure to check your file paths and network settings to troubleshoot further.



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  :(