NopCommerce html, css file are not loading when I first install

4 месяца назад
Yeah I am working with 4.60.0
4 месяца назад
according to your suggestion, I installed 4.60.5 but still the same problem, didn't change the application,  totally sucked for last 5 days, why they didn't fix it , i don't or it my machine problem don't know
4 месяца назад
RE: https://localhost:44369 ...

Are you running in Visual Studio?

Try downloading the no source version and run the Nop.Web.exe

4 месяца назад
Yes I am running in visual studio
one thing in my
why the name is like this way in bundle folder
'js'ah88wkmhn5k-k51ur8rjog.scripts.js__Ov3BfbOES_U-8AgcthArghsRj9o.cache
4 месяца назад
The filename you provided is a result of of the bundling and minification tools.
4 месяца назад
this is the conten  in appsetting:
"WebOptimizer": {
    "EnableJavaScriptBundling": true,
    "EnableCssBundling": true,
    "JavaScriptBundleSuffix": ".scripts",
    "CssBundleSuffix": ".styles",
    "EnableCaching": null,
    "EnableMemoryCache": true,
    "EnableDiskCache": true,
    "EnableTagHelperBundling": false,
    "CdnUrl": null,
    "CacheDirectory": null,
    "AllowEmptyBundle": null,
    "HttpsCompression": 2
  }
is there any think i need to change to load css file?
4 месяца назад
Looks like Bundling and Minification is working and cache directory is used
Do you still have an issue ?
4 месяца назад
yeah, I got stuck in the same point, and one thing whenever I put my credential for
admin it just keep loading showing the noopcommerce logo for long time even for one day but didn't access admin, i am really nob in this noop commmerce  willing working for long time but didn't get those scope
4 месяца назад
Most probably it some where written text/plain but it should be text/css, I am continually try to findout that line but couldn't find yet
4 месяца назад
and one thing why
App_Data->TempUploads->index.html
just the following line of code
<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>
</body>
</html>


and when i inspect getting the following error  can you tell me what this means actually
"
Refused to apply style from 'https://localhost:44369/css/0ikql5uuycog9tlc6sjulg.styles.css?v=-q8BQzej0pnv8-fxjP5Ge9M9qh4' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
ugb2rim6qtxni-qfi-iama.scripts.js?v=phJbzBjoOteduXOQKvpi-39sKuw:23 JQMIGRATE: Migrate is installed, version 3.4.0
localhost/:1 Refused to apply style from 'https://localhost:44369/css/0ikql5uuycog9tlc6sjulg.styles.css?v=-q8BQzej0pnv8-fxjP5Ge9M9qh4' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
"


when i click source in browser it showing me the following error in header section of css
"
Request URL:
https://localhost:44369/css/0ikql5uuycog9tlc6sjulg.styles.css?v=-q8BQzej0pnv8-fxjP5Ge9M9qh4
Request Method:
GET
Status Code:
500 Internal Server Error
Referrer Policy:
same-origin
"