Wrong path to js, css and image file when installing magento 2.3Magento 2 CSS and JavaScript not loading from correct folderMagento 2 CSS and JavaScript not loading from correct folderMagento 2: add js file, but I can't find my file in static folderMagento2.1 not loading css, js and admin panel after installationGet an error when deploy magento2Duplicated theme not displaying correctly?404 / 500 after installing Magento 2.3Fresh Magento 2.3.0 installation no CSSIssue regarding css/js file path in magento 2.3Magento-CE-2.3.0-2018-11-27-10-23-08 CSSMagento 2 CSS/JS error in frontend and backend
Should I have one hand on the throttle during engine ignition?
Is this Android phone Android 9.0 or Android 6.0?
Did Hitler say this quote about homeschooling?
How do BIP numbers get assigned?
Why is Google approaching my VPS machine?
How would you say "Sorry, that was a mistake on my part"?
Applying for jobs with an obvious scar
How to not confuse readers with simultaneous events?
How long were the Apollo astronauts allowed to breathe 100% oxygen at 1 atmosphere continuously?
Why aren't there any women super GMs?
Who determines when road center lines are solid or dashed?
Batch processing/extracting raw data of one raster using one shapefile (with many polygons)?
Multiple BIT datatype columns in the same table
May I use a railway velocipede on actively-used British railways?
Locked-up DOS computer beeped on keypress. What mechanism caused that?
How to tell readers that I know my story is factually incorrect?
Do higher dimensions have axes?
Why is the Intel 8086 CPU called a 16-bit CPU?
Why can't I hear fret buzz through the amp?
How important are the Author's mood and feelings for writing a story?
Is it possible to have a career in SciComp without contributing to arms research?
Which modern firearm should a time traveler bring to be easily reproducible for a historic civilization?
Why do space operations use "nominal" to mean "working correctly"?
Three Subway Escalators
Wrong path to js, css and image file when installing magento 2.3
Magento 2 CSS and JavaScript not loading from correct folderMagento 2 CSS and JavaScript not loading from correct folderMagento 2: add js file, but I can't find my file in static folderMagento2.1 not loading css, js and admin panel after installationGet an error when deploy magento2Duplicated theme not displaying correctly?404 / 500 after installing Magento 2.3Fresh Magento 2.3.0 installation no CSSIssue regarding css/js file path in magento 2.3Magento-CE-2.3.0-2018-11-27-10-23-08 CSSMagento 2 CSS/JS error in frontend and backend
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have just installed Magento 2.3. Now when I fire it up, the CSS and JS is not loading.
I looked at the source and it always has the version of the deployment in the path, like
/pub/static/version1484648587/frontend/... . This does not exist
though, I only have /pub/static/frontend. even with command line
bin/magento setup:static-content:deploy -f, path indicated is not
correct.
please help
magento2.3 installation js-css
add a comment |
I have just installed Magento 2.3. Now when I fire it up, the CSS and JS is not loading.
I looked at the source and it always has the version of the deployment in the path, like
/pub/static/version1484648587/frontend/... . This does not exist
though, I only have /pub/static/frontend. even with command line
bin/magento setup:static-content:deploy -f, path indicated is not
correct.
please help
magento2.3 installation js-css
Please see this solution: click here Hope this will help you! Thanks.
– Faisal Sheikh
Jul 10 at 12:45
add a comment |
I have just installed Magento 2.3. Now when I fire it up, the CSS and JS is not loading.
I looked at the source and it always has the version of the deployment in the path, like
/pub/static/version1484648587/frontend/... . This does not exist
though, I only have /pub/static/frontend. even with command line
bin/magento setup:static-content:deploy -f, path indicated is not
correct.
please help
magento2.3 installation js-css
I have just installed Magento 2.3. Now when I fire it up, the CSS and JS is not loading.
I looked at the source and it always has the version of the deployment in the path, like
/pub/static/version1484648587/frontend/... . This does not exist
though, I only have /pub/static/frontend. even with command line
bin/magento setup:static-content:deploy -f, path indicated is not
correct.
please help
magento2.3 installation js-css
magento2.3 installation js-css
edited Jul 10 at 12:44
Savan Patel
8854 silver badges21 bronze badges
8854 silver badges21 bronze badges
asked Jul 10 at 12:41
user81573user81573
1
1
Please see this solution: click here Hope this will help you! Thanks.
– Faisal Sheikh
Jul 10 at 12:45
add a comment |
Please see this solution: click here Hope this will help you! Thanks.
– Faisal Sheikh
Jul 10 at 12:45
Please see this solution: click here Hope this will help you! Thanks.
– Faisal Sheikh
Jul 10 at 12:45
Please see this solution: click here Hope this will help you! Thanks.
– Faisal Sheikh
Jul 10 at 12:45
add a comment |
1 Answer
1
active
oldest
votes
The path /pub/static/version1484648587/frontend/ is only a virtual path which would only visible on browser
The path /pub/static/frontend is the actual path which is created after your deployment script.
This is not an issue or bug, when browser calls any js or css from static version path then the file calls from /pub/static/frontend/.. path, you don't need to worry about this.
Check documentation for details: https://devdocs.magento.com/guides/v2.3/config-guide/cache/static-content-signing.html
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%2f281572%2fwrong-path-to-js-css-and-image-file-when-installing-magento-2-3%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
The path /pub/static/version1484648587/frontend/ is only a virtual path which would only visible on browser
The path /pub/static/frontend is the actual path which is created after your deployment script.
This is not an issue or bug, when browser calls any js or css from static version path then the file calls from /pub/static/frontend/.. path, you don't need to worry about this.
Check documentation for details: https://devdocs.magento.com/guides/v2.3/config-guide/cache/static-content-signing.html
add a comment |
The path /pub/static/version1484648587/frontend/ is only a virtual path which would only visible on browser
The path /pub/static/frontend is the actual path which is created after your deployment script.
This is not an issue or bug, when browser calls any js or css from static version path then the file calls from /pub/static/frontend/.. path, you don't need to worry about this.
Check documentation for details: https://devdocs.magento.com/guides/v2.3/config-guide/cache/static-content-signing.html
add a comment |
The path /pub/static/version1484648587/frontend/ is only a virtual path which would only visible on browser
The path /pub/static/frontend is the actual path which is created after your deployment script.
This is not an issue or bug, when browser calls any js or css from static version path then the file calls from /pub/static/frontend/.. path, you don't need to worry about this.
Check documentation for details: https://devdocs.magento.com/guides/v2.3/config-guide/cache/static-content-signing.html
The path /pub/static/version1484648587/frontend/ is only a virtual path which would only visible on browser
The path /pub/static/frontend is the actual path which is created after your deployment script.
This is not an issue or bug, when browser calls any js or css from static version path then the file calls from /pub/static/frontend/.. path, you don't need to worry about this.
Check documentation for details: https://devdocs.magento.com/guides/v2.3/config-guide/cache/static-content-signing.html
answered Jul 10 at 12:47
Shoaib MunirShoaib Munir
5,2886 gold badges23 silver badges69 bronze badges
5,2886 gold badges23 silver badges69 bronze badges
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%2f281572%2fwrong-path-to-js-css-and-image-file-when-installing-magento-2-3%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
Please see this solution: click here Hope this will help you! Thanks.
– Faisal Sheikh
Jul 10 at 12:45