digitalfondue / lavagna

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

Forbidden when trying to access setup page in installation #102

Closed irfanr closed 6 years ago

irfanr commented 6 years ago

Hi,

I have problems accessing setup page (http://localhost:8080/setup/) that said:

Problem accessing /setup/. Reason:

Forbidden

I'm using standalone app (jetty) using dev mode with hsqldb memory.

Is there any workaround for this? Great thanks for the help :)

syjer commented 6 years ago

hi @irfanr , if you are using it in dev mode with hsqldb, then it's already configured with some sample data, so the setup application is disabled.

you can pass the parameter -spring.profiles.active=prod to enable the setup option.

irfanr commented 6 years ago

I worked with prod mode. Thanks!