-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
500 error upon login with docker-compose-standalone
#159
Comments
Hi @RCdeWit 👋🏼
Keep me posted! |
@lambolighting this is very likely different — you seem to be missing the |
I get the same error with the ghcr.io/tchapi/davis:latest image.
And in |
Interesting @paul-m-koch, thanks for the details
|
Hello! Just wrote a k3s deployment for the 5.0.2 container, standalone as well. I do get to the login, but the login does not work - so I am trying to manually put the migrations in to see if that helps. However, whenever I visit the front page, I see the following: Any ideas as to what this could be? Thanks! |
Running the DB migrations through the CLI was the trick - they had never been applied, so the app didn't work. I had also forgot to set Since the standalone container uses |
I would happily review a PR if you find some time to propose a way to do it :) note: Fixed the deprecation warning in the screenshot you shared in 19b2fde |
I am trying to get Davis to run on my Synology NAS. I use Portainer to manage my Docker stacks.
I have a reverse proxy hosted elsewhere that connects to my NAS over Tailscale, so I think I need to use the standalone version.
I have adapted the
docker-compose-standalone
to the following:Basically, I have changed the port because Portainer uses
:9000
and the volume to match a directory on my NAS. I have also executedbin/console doctrine:migrations:migrate
through the console of thedocker-standalone
container, although I can't see whether it succeeded.I can access
:8444/dashboard
and get a login page. Whenever I try to log in with theADMIN_LOGIN
/ADMIN_PASSWORD
credentials, I am redirected to a 500 page.The logs of the
davis-standalone
container don't show anything off, although Portainer does give it theUnhealthy
label.Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: