htdvisser / taiga-docker

[NOT MAINTAINED] Taiga project management platform for Docker
MIT License
83 stars 67 forks source link

502 Bad Gateway returned when trying to log in as admin #30

Open fugu2punkt0 opened 7 years ago

fugu2punkt0 commented 7 years ago

Hi everybody,

I'm trying to get taiga-docker to run on a Synology Diskstation. I managed to get the containers for the taiga-back, taiga-front and postgres running. Also I did run

python manage.py migrate --noinput python manage.py loaddata initial_user python manage.py loaddata initial_project_templates python manage.py loaddata initial_role python manage.py compilemessages python manage.py collectstatic --noinput

as mentioned here to create the admin user.

I can access the login page of taiga. But when I try to login as admin with password 123123 nothing happens. In the chrome developer console i can see, that I'm getting an 502 Bad Gateway for the request to /api/v1/auth

I found the following issue which looks a lot like what I'm expiriencing, but in my case the admin part is already available.

Any ideas how to fix this? Any help would be appreciated.