requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
100 stars 75 forks source link

504 Gateway Timeout Errors after initial page-load using docker-compose or Dockerfile #125

Open gkoerk opened 6 years ago

gkoerk commented 6 years ago

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 in config.yml create local ./data/mongo folder run docker-compose up

Also tried

maxidev commented 5 years ago

+1 same error here