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

Fresh install returns 404 #625

Closed
vlitvin opened this issue Nov 23, 2020 · 2 comments
Closed

Fresh install returns 404 #625

vlitvin opened this issue Nov 23, 2020 · 2 comments
Assignees
Labels

Comments

@vlitvin
Copy link

vlitvin commented Nov 23, 2020

I'm new to semaphore.

I followed installation guide:

  • setup mysql, ansible, git, nginx
  • copied 2.6.1 binary to /usr/bin (using amd64 deb package)
  • run semaphore -setup
  • configure nginx using example config, slightly modified, but forwarding all requests to semaphore daemon
  • run semaphore -config ./config.json
Using config file: ./config.json
Semaphore v2.6.1
Interface 
Port :3000
MySQL semaphore@127.0.0.1:3306 semaphore
Tmp Path (projects home) /tmp/semaphore
Checking DB migrations
Server is running

What i did:

  • curl https://<hostname>/

Expected behavior:

  • Some index page

Observed behavior:

  • curl returns '404 not found' with http code 404
  • 404 in nginx logs
  • GET : https:/// --> 404 Not Found in semaphore output

So:

  • Nginx proxy works fine passing all requests
  • I guess, it's something like:
    • static html missing in installation guide
    • missconfiguration in config.json
    • bug in binary
@fiftin fiftin self-assigned this Nov 23, 2020
@fiftin fiftin added the bug label Nov 23, 2020
@fiftin
Copy link
Collaborator

fiftin commented Nov 23, 2020

@vlitvin This is bug in binary. I updated release https://github.com/ansible-semaphore/semaphore/releases/tag/v2.6.1.

If you used deb package you can remove old version by sudo dpkg -r semaphore.

@vlitvin
Copy link
Author

vlitvin commented Nov 24, 2020

@fiftin Thanks, it's fixed.

@vlitvin vlitvin closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants