Closed mehulkar closed 7 years ago
I'm able to add the host
option to the activate :livereload
command to fix this, so it sounds like either the default value is not being read or it is not set :)
One last piece of research: looks like https://github.com/middleman/middleman-livereload/blob/master/lib/middleman-livereload/extension_3_1.rb#L10 is returning ::1
on my machine instead of 0.0.0.0
.
Hello! I installed and ran middleman for a new project, but livereload doesn't seem to be working out of box. Wondering if I have maybe gem version conflicts causing this?
In the browser console, I'm seeing:
Seems that the hostname "localhost" is missing from the we:// url?