Open ep-wac opened 9 years ago
I have got the same issue after i updated an app to use rails 4.2. All assets are blocked with GET http://localhost:3000/assets/application.css?body=1 net::ERR_ADDRESS_UNREACHABLE
. Though i can normally access assets directly (like appname.dev/assets/application.css?body=1).
If i start a rails server normally with rails s
, then appname.dev works just ok.
Thank you
I have 2 apps running without a glitch - but this third – clock – one is really bumming me out!
leanr and lindholm works without any hickups at all - clock does not load assets at all , listing it in Chrome Developer Tools (CDT) like this:
In my layout file (application.html.haml) I have this:
it is to-the-letter an exact copy of the equivalent template in my leanr app!
But in the CDT this layout turns into the following (for the clock app)
and this (for the leanr - and other apps)
which obviously is the right way - loosing the 'host' part of the request
Both Gemfiles are built with the RailsComposer and infact identical! -