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