Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR ' / ' not found. #29

Open
Cloufish opened this issue May 25, 2020 · 3 comments
Open

ERROR ' / ' not found. #29

Cloufish opened this issue May 25, 2020 · 3 comments

Comments

@Cloufish
Copy link

Cloufish commented May 25, 2020

I do have issue with serving the website. Here's the output.

sudo docker run --rm --volume="$PWD:/srv/jekyll"  -p 4000:4000 jekyll/builder:4.0 jekyll serve

ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux-musl]
Configuration file: /srv/jekyll/_config.yml
            Source: /srv/jekyll
       Destination: /srv/jekyll/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.603 seconds.
 Auto-regeneration: enabled for '/srv/jekyll'
    Server address: http://0.0.0.0:4000/jekyll-clean-dark/
  Server running... press ctrl-c to stop.
[2020-05-25 11:50:28] ERROR `/' not found.
[2020-05-25 11:50:29] ERROR `/' not found.
[2020-05-25 11:50:30] ERROR `/' not found.
[2020-05-25 11:51:46] ERROR `/' not found.
[2020-05-25 11:51:49] ERROR `/' not found.

Is it because I'm running it in docker? Thanks in advance!

@streetturtle
Copy link
Owner

Haven't seen this one before. Add a --trace option, it should print more logs, maybe it will tell more about what's going on, like jekyll serve --trace

@Cloufish
Copy link
Author

--trace is not giving any additional information in this case. The page is "serving". But the problem is that on every page there's 404 Not Found error. :/

@hari387
Copy link

hari387 commented Jun 24, 2020

@Cloufish are you sure you're going to the right page? I had this error, and I was going to http://127.0.0.1:4000/ instead of http://127.0.0.1:4000/jekyll-clean-dark/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants