Skip to content

Wrong stylesheet path when installing master branch and sample data #1687

@nhc

Description

@nhc

Having had this issue #1610 I followed the newly updated instructions in the devdocs which states to use the master branch not the develop branch

So I installed the master branch and all went well except for one thing - the head section of the generated html contains this which causes the body of the home page not to display properly

screenshot 2015-08-17 13 45 03

All other references to stylesheets work as you can see here

<title>Home Page</title>
<link  rel="stylesheet" type="text/css"  media="all" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/mage/calendar.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/styles-m.css" />
<link  rel="stylesheet" type="text/css"  media="screen and (min-width: 768px)" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/styles-l.css" />
<link  rel="stylesheet" type="text/css"  media="print" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/print.css" />
<link  rel="icon" type="image/x-icon" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/Magento_Theme/favicon.ico" />
<link  rel="shortcut icon" type="image/x-icon" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/Magento_Theme/favicon.ico" />
<script  type="text/javascript"  src="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/requirejs/require.js"></script>
<script  type="text/javascript"  src="http://178.62.22.124/pub/static/_requirejs/frontend/Magento/luma/en_GB/requirejs-config.js"></script>
<link  rel="stylesheet" type="text/css"  media="all" href="http://localhost/pub/media/styles.css" />            </head>

I tried altering the base url of the site in the admin but this has no effect.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions