jekyll: keep periodically getting `/' not found.

when loading http://localhost:4000/

Not Found

`/’ not found. WEBrick/1.3.1 (Ruby/1.8.7/2012-02-08) at localhost:4000

Any pointers would be appreciated

Thanks

About this issue

  • Original URL
  • State: closed
  • Created 11 years ago
  • Comments: 18 (7 by maintainers)

Most upvoted comments

Baseurl is was the culprit for me.

I had baseurl: /db/ for GitHub Pages subdir, and quite logically locally only:

localhost:4000/db/

works, while the following fail:

localhost:4000/
localhost:4000/db

I had a similar issue - using the setting --baseurl “” did the trick for me