When I run the image from docker hub, Healthchecks runs ok, but I suffer the Error 500 bug when logging in (present in issue #74 and peding merge of solution provided in PR #75 ).
I built the image locally using the branch of that PR using the provided command but, when running the local built image (with the same docker compose file) I get this error when trying to load the page on the browser:
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.
Expected Behavior
When building the docker image locally using the provided command:
I expect the same
docker-compose.yml
file I use to run the image from docker hub to run the same way. My docker compose file is the following:Current Behavior
When I run the image from docker hub, Healthchecks runs ok, but I suffer the
Error 500
bug when logging in (present in issue #74 and peding merge of solution provided in PR #75 ).I built the image locally using the branch of that PR using the provided command but, when running the local built image (with the same docker compose file) I get this error when trying to load the page on the browser:
After that, I tried building the image from the
master
branch in this repo, but I still get the same error.Steps to Reproduce
Environment
OS: Debian 5.10.46-4 (2021-08-03) Kernel 5.10.0-8-amd64 CPU architecture: x86_64 How docker service was installed: Official docker repo.
Command used to create docker container (run/create/compose/screenshot)
docker-compose up using the compose file provided above.
Docker logs