You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I encountered an issue after installing TRAM. When attempting to log in, I see the initial screen. However, after entering the default username and password, TRAM doesn't accept it and returns to the initial login screen.
My Docker is using the default configuration because I also attempted to change the password, but without luck.
Hmm, I haven't seen that happen before. Try these things in order:
Are you using the account name djangoSuperuser?
Clear browser cookies.
Change the TRAM log level: add DJANGO_LOG_LEVEL=DEBUG to the TRAM environment variables, restart the tram container, and see if it produces any additional logs.
Are you accessing TRAM at http://192.168.88.56/? Set ALLOWED_HOSTS to ['*'] temporarily to check if this is a contributing factor.
Recreate the containers with docker compose down -v followed by docker compose up.
Sorry @V0lundr I lost track of this thread. I'm not sure what the problem could be here. Can you check your cookies in the web inspector? There should be a sessionid and a csrftoken created when you log in.
Hi, I encountered an issue after installing TRAM. When attempting to log in, I see the initial screen. However, after entering the default username and password, TRAM doesn't accept it and returns to the initial login screen.
My Docker is using the default configuration because I also attempted to change the password, but without luck.
TRAM logs:
NGINX logs:
I don't know if I'm doing something wrong or?
Any help is valuable.
Thanks a lot
The text was updated successfully, but these errors were encountered: