Closed suren2306 closed 4 years ago
It seems that maybe the frontend cannot connect with backend.
There is an error:
taiga_1 | usermod: invalid user ID ''
taiga_1 | groupmod: invalid group ID ''
I will check this.
I accessed the server using the IP address and got the error. Made a localhost entry and accessed using the DNS name, it worked without any issues.
That's a good hint. On our side we have to check if thats a problem with the built-in NGINX in container or with Taiga itself.
The issue was probably resolved, please take a look at latest testing release https://github.com/riotkit-org/docker-taiga/releases/tag/1.2-RC1
I will reopen the issue if its still a problem.
I cloned the repo updated the two things in .env file
TAIGA_HOSTNAME=taiga.mylaptop
andTAIGA_SECRET_KEY=MySecretKey
. Then started the container using themake start
command. It automatically downloads the docker image and starting the container. But when I try to access the Taiga web console, I am seeing an error page "Something happened and our Oompa Loompas are working on it". I doubt it got stuck atTrying import local.py settings...