Note that both the server and DB are running successfully without any errors in logs at all.
The browser will load the first page ("Welcome to your wiki!"), but when clicking the "CREATE HOME PAGE" button, is redirected to .../create/home and receives the "Forbidden" page.
Clicking either the "GO HOME" or "LOGIN AS..." buttons results in a timeout.
Actual behavior
Note that both the server and DB are running successfully without any errors in logs at all. The browser will load the first page ("Welcome to your wiki!"), but when clicking the "CREATE HOME PAGE" button, is redirected to
.../create/home
and receives the "Forbidden" page. Clicking either the "GO HOME" or "LOGIN AS..." buttons results in a timeout.Expected behavior
Showing the home or login page, respectively.
Steps to reproduce the behavior
copy https://github.com/Requarks/wiki/blob/master/tools/docker-compose.yml to local computer / server copy https://github.com/Requarks/wiki/blob/master/config.sample.yml and rename it to
config.yml
change port: 80 to port: 3000 inconfig.yml
create local ./data/mongo folder rundocker-compose up
Also tried
wikidb
serviceconfig.yml
anddocker-compose
files.