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

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 '
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
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 error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE


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