Closed neographophobic closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please implement this. The pull request is already done and it's very simple.
The issue as far as I can see still occurs. If this is not the appropriate location to file bug reports, can somebody please point me to the more appropriate location.
Works in 1.23.1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The super user on a newly created v1.22.0 container is unable to login. A Server Error 500 is returned after authenticating.
Expected Behavior
The superuser when created as part of initialising the container with the SUPERUSER_* environment variables can login.
Current Behavior
When the super user logs in a Server Error 500 is returned.
Steps to Reproduce
SUPERUSER_EMAIL
andSUPERUSER_PASSWORD
environment keysdocker-compose up --build
Environment
OS: ubuntu CPU architecture: x86_64 How docker service was installed: following steps outlined on in the official docker documentation
Command used to create docker container (run/create/compose/screenshot)
docker-compose up --build --detach
with the following docker-compose.yml file
Docker logs
Relevant snippet from log during startup
At the login page when it fails