Magento2.2 refused to apply stylesheetAbout I/O Usage in magento2.2Review form in magento2.2magento2.2 override topmenu.php: _addSubMenu()Magento2.2: attribute 'role': The attribute 'role' is not allowedCreate observer for Magento2.2Style sheet is not working when new theme is created in magento 2.2.5?magento2.2 layered navigation limit itemsMagento2.2 refused to apply css because its MIME type ('text/html') not supportedEdit css of cart's coupon code inputRevert default style on load
Multiplicative persistence
Why did the Mercure fail?
Drawing ramified coverings with tikz
When were female captains banned from Starfleet?
Not using 's' for he/she/it
Why did the EU agree to delay the Brexit deadline?
Are the IPv6 address space and IPv4 address space completely disjoint?
Closed-form expression for certain product
On a tidally locked planet, would time be quantized?
A social experiment. What is the worst that can happen?
How much character growth crosses the line into breaking the character
How to bake one texture for one mesh with multiple textures blender 2.8
Is it better practice to read straight from sheet music rather than memorize it?
Is there any references on the tensor product of presentable (1-)categories?
Why does the Sun have different day lengths, but not the gas giants?
Why should universal income be universal?
Loading commands from file
Melting point of aspirin, contradicting sources
Removing files under particular conditions (number of files, file age)
If infinitesimal transformations commute why dont the generators of the Lorentz group commute?
Travelling outside the UK without a passport
Is it safe to use olive oil to clean the ear wax?
How to explain what's wrong with this application of the chain rule?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Magento2.2 refused to apply stylesheet
About I/O Usage in magento2.2Review form in magento2.2magento2.2 override topmenu.php: _addSubMenu()Magento2.2: attribute 'role': The attribute 'role' is not allowedCreate observer for Magento2.2Style sheet is not working when new theme is created in magento 2.2.5?magento2.2 layered navigation limit itemsMagento2.2 refused to apply css because its MIME type ('text/html') not supportedEdit css of cart's coupon code inputRevert default style on load
On our Magento 2.2.2 based website we are setting up we are getting the below 2 error messages (in google consol) . I have seen only one other post on the site about this issue and based on what I have read made sure the .htaccess file is in the pub/static folder I also changed the file ownership and also . the file permissions to 777 recursively. however still getting the same error? Any suggestions?
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-l.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-m.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
magento2.2
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
On our Magento 2.2.2 based website we are setting up we are getting the below 2 error messages (in google consol) . I have seen only one other post on the site about this issue and based on what I have read made sure the .htaccess file is in the pub/static folder I also changed the file ownership and also . the file permissions to 777 recursively. however still getting the same error? Any suggestions?
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-l.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-m.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
magento2.2
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
On our Magento 2.2.2 based website we are setting up we are getting the below 2 error messages (in google consol) . I have seen only one other post on the site about this issue and based on what I have read made sure the .htaccess file is in the pub/static folder I also changed the file ownership and also . the file permissions to 777 recursively. however still getting the same error? Any suggestions?
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-l.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-m.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
magento2.2
On our Magento 2.2.2 based website we are setting up we are getting the below 2 error messages (in google consol) . I have seen only one other post on the site about this issue and based on what I have read made sure the .htaccess file is in the pub/static folder I also changed the file ownership and also . the file permissions to 777 recursively. however still getting the same error? Any suggestions?
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-l.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Refused to apply style from '/pub/static/frontend/Smartwave/porto_child/en_US/css/styles-m.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
magento2.2
magento2.2
asked May 8 '18 at 16:04
JayreisJayreis
333832
333832
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It seems that your css hasn't been deployed.
its MIME type ('text/html')
indicates that it's (probably) a 404. Have you run setup:static-content:deploy?
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f225195%2fmagento2-2-refused-to-apply-stylesheet%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems that your css hasn't been deployed.
its MIME type ('text/html')
indicates that it's (probably) a 404. Have you run setup:static-content:deploy?
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
add a comment |
It seems that your css hasn't been deployed.
its MIME type ('text/html')
indicates that it's (probably) a 404. Have you run setup:static-content:deploy?
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
add a comment |
It seems that your css hasn't been deployed.
its MIME type ('text/html')
indicates that it's (probably) a 404. Have you run setup:static-content:deploy?
It seems that your css hasn't been deployed.
its MIME type ('text/html')
indicates that it's (probably) a 404. Have you run setup:static-content:deploy?
answered May 8 '18 at 16:33
Cold FridgeCold Fridge
1337
1337
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
add a comment |
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
The site is in developer mode so deploy is not needed?? However you are right I don't see the files at the above path. Maybe i should just download them and upload them to the above path?
– Jayreis
May 8 '18 at 16:38
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
You can't download the files, they have to be deployed. Since your path indicates it's a third-party time, you'd be better served with doing a force deploy (setup:static-content:deploy -f) so that the CSS files are generated.
– Cold Fridge
May 8 '18 at 22:34
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f225195%2fmagento2-2-refused-to-apply-stylesheet%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown