I'm getting the following error in my console logs when running the bundle exec jekyll command.
[2020-01-29 15:34:01] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:16
/Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `eof?'
/Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `run'
/Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
[2020-01-29 15:34:01] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17
/Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `eof?'
/Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `run'
/Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
After that, I can go to my localhost:4000 which is the one where I'm working on this proyect, but I'm getting a weird behavior in my styles. The images that have the hover effect does not work, or other kind of weirdness in the navbar, and so on.
This is a webpage that is using SiteLeaf as a CMS and being deployed with AWS.
I highly appreciate your help... Thanks.
Running
bundle exec jekyll sremoves these messages but I'm also interested in knowing why it comes to be if just running thejekyll scommand.These messages are persistent when the site rebuild itself after reload.