Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] superuser creation skipped due to not running in a TTY #103

Open
arditobryan opened this issue Nov 28, 2022 · 3 comments
Open

[BUG] superuser creation skipped due to not running in a TTY #103

arditobryan opened this issue Nov 28, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@arditobryan
Copy link

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

@miryamgduque
Copy link
Contributor

miryamgduque commented Jan 30, 2023

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 :) )

@HillGnur
Copy link

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.

@trismu7
Copy link

trismu7 commented Mar 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants