digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
635 stars 109 forks source link

When I go to /setup, it has 403 error #161

Open cmdntd opened 2 years ago

cmdntd commented 2 years ago

This is error:

HTTP ERROR 403 Forbidden
URI:    /setup
STATUS: 403
MESSAGE:    Forbidden
SERVLET:    dispatcher
tmmvn commented 1 year ago

Not sure how you are running the service, but I noticed the same problem running lavagna from the docker image. However, I was able to get in the system by just doing a "user user" on the login page (not adding the /setup). Seems the system is running in a demo mode in that case.

My guess is the /setup page becomes available if you hook it into an actual database instead of running the built-in one. But I haven't gotten that far in testing yet as my reverse proxy is having some websocket errors (though the service seems to function just fine and the errors don't replicate after login) that I want to make sure won't be an issue before testing a real DB and seeing what happens (or diving into source code to read).