Open arditobryan opened 1 year ago
Hi! Have you checked this other closed issue https://github.com/taigaio/taiga-back/issues/1607? It seems that it could be the same. (Please, ignore this mention of another issue #106 before my comment. It has something to be with my cat and my keyboard :) )
Hi! Have you checked this other closed issue https://github.com/taigaio/taiga-back/issues/1607? It seems that it could be the same. (Please, ignore this mention of another issue #106 before my comment. It has something to be with my cat and my keyboard :) )
Link not working :(
I'm having the same issue on a brand new win10 with WSL Ubuntu 22.04.3 LTS (I'm also using docker desktop). Did it on another computer, same environment, except I'm using win11 on it, and it works fine.
You can manually create a superuser by entering the taiga-back container
docker exec -it taiga-docker-taiga-back-1 /bin/bash
then running python manage.py createsuperuser
As per instructions, these are the command I am running in sequence:
launch-all.sh
Then:
taiga-manage.sh createsuperuser
However, the process is interrupted and ends with:
superuser creation skipped due to not running in a TTY