Magento 2.1.9 Back-end css not loading, the style sheet was not loaded because its MIME type,...
I m using Magento 2.1.9 for my application.Today I noticed that after passing commands like setup:upgrade
css is not loading for back-end while works perfectly in front-end. I checked console and find there was an error and written as Refused to apply style because its MIME type ('text/html') is not a supported style sheet MIME type, and strict MIME checking is enabled.
Please help me to fix this error.
magento-2.1.9
|
show 5 more comments
I m using Magento 2.1.9 for my application.Today I noticed that after passing commands like setup:upgrade
css is not loading for back-end while works perfectly in front-end. I checked console and find there was an error and written as Refused to apply style because its MIME type ('text/html') is not a supported style sheet MIME type, and strict MIME checking is enabled.
Please help me to fix this error.
magento-2.1.9
Ren which locale are you using on the frontend ?
– Sunil Verma
Feb 13 '18 at 8:12
no i mean to ask what locale for ex : en_US, or en_GB you have on the site ?
– Sunil Verma
Feb 13 '18 at 8:20
can you run php -dmemory_limit=10G bin/magento setup:static-content:deploy en_US -f command to force the en_US content to be deployed once and check then.
– Sunil Verma
Feb 13 '18 at 8:22
waiting for your image
– Sunil Verma
Feb 13 '18 at 9:49
Do you have a .htaccess file in pub/static/ folder and also check the rewrite is allowed on the server or not ?
– Sunil Verma
Feb 13 '18 at 10:53
|
show 5 more comments
I m using Magento 2.1.9 for my application.Today I noticed that after passing commands like setup:upgrade
css is not loading for back-end while works perfectly in front-end. I checked console and find there was an error and written as Refused to apply style because its MIME type ('text/html') is not a supported style sheet MIME type, and strict MIME checking is enabled.
Please help me to fix this error.
magento-2.1.9
I m using Magento 2.1.9 for my application.Today I noticed that after passing commands like setup:upgrade
css is not loading for back-end while works perfectly in front-end. I checked console and find there was an error and written as Refused to apply style because its MIME type ('text/html') is not a supported style sheet MIME type, and strict MIME checking is enabled.
Please help me to fix this error.
magento-2.1.9
magento-2.1.9
edited Feb 13 '18 at 8:32
ren
asked Feb 13 '18 at 5:45
renren
1259
1259
Ren which locale are you using on the frontend ?
– Sunil Verma
Feb 13 '18 at 8:12
no i mean to ask what locale for ex : en_US, or en_GB you have on the site ?
– Sunil Verma
Feb 13 '18 at 8:20
can you run php -dmemory_limit=10G bin/magento setup:static-content:deploy en_US -f command to force the en_US content to be deployed once and check then.
– Sunil Verma
Feb 13 '18 at 8:22
waiting for your image
– Sunil Verma
Feb 13 '18 at 9:49
Do you have a .htaccess file in pub/static/ folder and also check the rewrite is allowed on the server or not ?
– Sunil Verma
Feb 13 '18 at 10:53
|
show 5 more comments
Ren which locale are you using on the frontend ?
– Sunil Verma
Feb 13 '18 at 8:12
no i mean to ask what locale for ex : en_US, or en_GB you have on the site ?
– Sunil Verma
Feb 13 '18 at 8:20
can you run php -dmemory_limit=10G bin/magento setup:static-content:deploy en_US -f command to force the en_US content to be deployed once and check then.
– Sunil Verma
Feb 13 '18 at 8:22
waiting for your image
– Sunil Verma
Feb 13 '18 at 9:49
Do you have a .htaccess file in pub/static/ folder and also check the rewrite is allowed on the server or not ?
– Sunil Verma
Feb 13 '18 at 10:53
Ren which locale are you using on the frontend ?
– Sunil Verma
Feb 13 '18 at 8:12
Ren which locale are you using on the frontend ?
– Sunil Verma
Feb 13 '18 at 8:12
no i mean to ask what locale for ex : en_US, or en_GB you have on the site ?
– Sunil Verma
Feb 13 '18 at 8:20
no i mean to ask what locale for ex : en_US, or en_GB you have on the site ?
– Sunil Verma
Feb 13 '18 at 8:20
can you run php -dmemory_limit=10G bin/magento setup:static-content:deploy en_US -f command to force the en_US content to be deployed once and check then.
– Sunil Verma
Feb 13 '18 at 8:22
can you run php -dmemory_limit=10G bin/magento setup:static-content:deploy en_US -f command to force the en_US content to be deployed once and check then.
– Sunil Verma
Feb 13 '18 at 8:22
waiting for your image
– Sunil Verma
Feb 13 '18 at 9:49
waiting for your image
– Sunil Verma
Feb 13 '18 at 9:49
Do you have a .htaccess file in pub/static/ folder and also check the rewrite is allowed on the server or not ?
– Sunil Verma
Feb 13 '18 at 10:53
Do you have a .htaccess file in pub/static/ folder and also check the rewrite is allowed on the server or not ?
– Sunil Verma
Feb 13 '18 at 10:53
|
show 5 more comments
1 Answer
1
active
oldest
votes
double check your file and folder permission before deploy.
first Run the following command one by one
1) chmod -R 644 ./*
2) find . -type d -exec chmod 755 {} ;
3) find . -type f -exec chmod 644 {} ;
5) chmod -R 777 var/*
4) Then deploy again bin/magento setup:static-content:deploy
6) Flush Cache php bin/magento cache:flush
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%2f213231%2fmagento-2-1-9-back-end-css-not-loading-the-style-sheet-was-not-loaded-because-i%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
double check your file and folder permission before deploy.
first Run the following command one by one
1) chmod -R 644 ./*
2) find . -type d -exec chmod 755 {} ;
3) find . -type f -exec chmod 644 {} ;
5) chmod -R 777 var/*
4) Then deploy again bin/magento setup:static-content:deploy
6) Flush Cache php bin/magento cache:flush
add a comment |
double check your file and folder permission before deploy.
first Run the following command one by one
1) chmod -R 644 ./*
2) find . -type d -exec chmod 755 {} ;
3) find . -type f -exec chmod 644 {} ;
5) chmod -R 777 var/*
4) Then deploy again bin/magento setup:static-content:deploy
6) Flush Cache php bin/magento cache:flush
add a comment |
double check your file and folder permission before deploy.
first Run the following command one by one
1) chmod -R 644 ./*
2) find . -type d -exec chmod 755 {} ;
3) find . -type f -exec chmod 644 {} ;
5) chmod -R 777 var/*
4) Then deploy again bin/magento setup:static-content:deploy
6) Flush Cache php bin/magento cache:flush
double check your file and folder permission before deploy.
first Run the following command one by one
1) chmod -R 644 ./*
2) find . -type d -exec chmod 755 {} ;
3) find . -type f -exec chmod 644 {} ;
5) chmod -R 777 var/*
4) Then deploy again bin/magento setup:static-content:deploy
6) Flush Cache php bin/magento cache:flush
answered Feb 13 '18 at 9:15
Atif AqeelAtif Aqeel
5111
5111
add a comment |
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%2f213231%2fmagento-2-1-9-back-end-css-not-loading-the-style-sheet-was-not-loaded-because-i%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
Ren which locale are you using on the frontend ?
– Sunil Verma
Feb 13 '18 at 8:12
no i mean to ask what locale for ex : en_US, or en_GB you have on the site ?
– Sunil Verma
Feb 13 '18 at 8:20
can you run php -dmemory_limit=10G bin/magento setup:static-content:deploy en_US -f command to force the en_US content to be deployed once and check then.
– Sunil Verma
Feb 13 '18 at 8:22
waiting for your image
– Sunil Verma
Feb 13 '18 at 9:49
Do you have a .htaccess file in pub/static/ folder and also check the rewrite is allowed on the server or not ?
– Sunil Verma
Feb 13 '18 at 10:53