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

make serve doesn't work due to redirect #110

Closed
davidwagner opened this issue Jul 12, 2019 · 1 comment
Closed

make serve doesn't work due to redirect #110

davidwagner opened this issue Jul 12, 2019 · 1 comment

Comments

@davidwagner
Copy link
Member

If I use make serve to host a test version of the site locally and then visit http://127.0.0.1:4000/, it doesn't work: there's an automatic redirect that takes you to https://www.inferentialthinking.com/chapters/intro, which isn't the local version of the site.

Manual work-around for now: run make serve, then manually visit http://127.0.0.1:4000/chapters/intro. But it might be nicer if make serve worked.

davidwagner added a commit that referenced this issue Jul 12, 2019
@choldgraf
Copy link
Contributor

@davidwagner you're right - I haven't been able to figure out a way to get this working locally without having to manually paste in the URL, I agree it's annoying :-/

davidwagner added a commit that referenced this issue Jul 15, 2019
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

2 participants