wiki-v1 icon indicating copy to clipboard operation
wiki-v1 copied to clipboard

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

Open gkoerk opened this issue 6 years ago • 1 comments

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

  • Removing " --bind_ip ::,0.0.0.0" from the wikidb service
  • Modifying the entrypoint according to various posts
  • Setting all the ports to 80 in both config.yml and docker-compose files.

gkoerk avatar Oct 30 '18 05:10 gkoerk

+1 same error here

maxidev avatar Nov 16 '18 17:11 maxidev