Issue since this last or 2 releases ago
Getting this message whenever the docker container goes in an up status

8 Replies
Could you post the immich-server logs?
path to the log file?
Have you read the release note to update the
docker-compose
and .env
file?I can't say I've really read into anything for the last month since updates come out so frequently.
In the last release or two there's some breaking changes. Why don't you go read through those and apply the updates. Specifically in 1.51 there's some docker-compose and .env file updates.
So, I got the web page to load now with the changes from .env and .yml but I'm not able to log in at all. I definitely know the username and password are correct as they are from my password manager
Also when loading the mobile app I get a 502 bad gateway
can you check the status of your containers?
as well as getting the logs from the server
Weird. working now after I did this
root@azr-its-cc-vm-immich:/immich-app# docker-compose top
ERROR: Container 041e588b678363b103be4203df22e6373fecee9ab48194aa65c25db771c95301 is restarting, wait until the container is running
root@azr-its-cc-vm-immich:/immich-app# docker-container restart
docker-container: command not found
root@azr-its-cc-vm-immich:/immich-app# docker-compose restart
Restarting immich_web ... done
Restarting immich_microservices ... done
Restarting immich_server ... done
Restarting immich_postgres ... done
Restarting immich_machine_learning ... done
Restarting immich_typesense ... done
Restarting immich_proxy ... done
Restarting immich_redis ... done