question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

i try to run for jekyll project and have issues

See original GitHub issue

My Jekyll project runs in: http://127.0.0.1:4000/tucavacuarto/

then i try to run this:

http-server http://127.0.0.1:4000/tucavacuarto/

and the results is this:

Starting up http-server, serving http://127.0.0.1:4000/tucavacuarto/ Available on: http://192.168.0.101:8080 http://127.0.0.1:8080

but when i run the web server in the browser or cell phone, i return this in the console:

[Tue Feb 14 2017 11:03:09 GMT-0400 (Hora estándar de Venezuela)] "GET /" "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3012.0 Safari/537.36" [Tue Feb 14 2017 11:03:09 GMT-0400 (Hora estándar de Venezuela)] "GET /" Error (404): "Not found"

can i run this for test my project from cell phone? Thanks in advance

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
derhuerstcommented, Feb 15, 2017

i try erasing /tucavacuarto from ur in jekyll project and navigate the server url sucessfully in the browser but in the cell phone can`t load the css.

Give me a proper description on what you did. Where did you run http-server, where’s your content/HTML?

1reaction
derhuerstcommented, Feb 15, 2017

jekyll doesn’t have a specific port afaik. you can specify the port with http-server -p 1234.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | Jekyll • Simple, blog-aware, static sites
If you ever run into problems installing or using Jekyll, here are a few tips that might be of help. If the problem...
Read more >
Troubleshooting Jekyll build errors for GitHub Pages sites
You can use Jekyll build error messages to troubleshoot problems with your GitHub Pages site.
Read more >
Troubleshooting 3 issues when configuring Jekyll on Github ...
I am trying to build a course webpage for a new course for the coming spring semester. Since the website is just for...
Read more >
jekyll page build failure - Stack Overflow
I'm trying to create a website for a group project using Github Pages, and I have forked this repository. I've made several changes,...
Read more >
Developing with Jekyll | go-go gh-pages! - evanwill
Linux: Even though the version will not be the most up-to-date, the simplest method is to use your distro's repositories. For example on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found