-
Notifications
You must be signed in to change notification settings - Fork 225
Description
Describe the bug
can't login allthough the containers are running and healthy and I got the password for admin with
"./ghostwriter-cli-linux config get admin_password"
To Reproduce
first of all I had to remove all references to "collab" from nginx.cong and nginx-common.conf because they're not existent in production.yml to get everything to run.
then when I tried to login with admin user and I got the password with "./ghostwriter-cli-linux config get admin_password" it says that the password is not correct.
Expected Behavior
I would expect a successfull login or some errors in the django container.
Screenshots
Server Specs:
drian@adrian:/Downloads/tools/Ghostwriter$ cat /etc/*release/Downloads/tools/Ghostwriter$ docker --version
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.3 LTS"
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
adrian@adrian:
Docker version 29.1.2, build 890dcca
adrian@adrian:~/Downloads/tools/Ghostwriter$