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

Getting path / was not found on new install #192

Closed
teewhey opened this issue Nov 15, 2018 · 1 comment
Closed

Getting path / was not found on new install #192

teewhey opened this issue Nov 15, 2018 · 1 comment

Comments

@teewhey
Copy link

teewhey commented Nov 15, 2018

Getting path / was not found on new install

Expected Behavior

None 404 response perhaps?

Current Behavior

Getting the following response from my browser

root@stretch:~# curl localhost:18000
{"code":404,"message":"path / was not found"}

Context

I wanted to try to play around with the tool. Compiled from source and based on the documentation at https://checkr.github.io/flagr/#/README. Had to install certain extra stuff (build-essential, sqlite3, yarn) and need to install yarn from yarn repo.

root@stretch:~# flagr --port=18000 --host=0.0.0.0
INFO[0000] Serving flagr at http://[::]:18000

Your Environment

  • Version used (flagr version): no relevant output from this command. Installed based on official documention 10 minutes ago.
  • Server type and version: vagrant
  • Operating System and version (uname -a): Linux stretch 4.9.0-8-amd64 Update README #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
@zhouzhuojie
Copy link
Collaborator

Thanks for the issue report. I think it's because make all didn't compile UI, so it returns 404 not found.

I've added the step and improve the docs to address this issue.

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