GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

Version not found: latest #94

Closed marekhrabe closed 8 years ago

marekhrabe commented 8 years ago

I have correctly deployed nuts on heroku and connected it to github repository.

What should I do to make "latest" work? Github release is marked "latest", so that should not be a problem, right?

screen shot 2016-07-13 at 13 55 34
savenko commented 8 years ago

Hello! I have this error also. What should I do to make "latest" work?

benoror commented 8 years ago

I found out that dropping the /latest part of the URL works:

http://download.myapp.com/download/latest/osx -> http://download.myapp.com/download/osx

Documentation should be fixed accordingly