Broken after upgrading to the latest -- /api/oauth/config returning 502
Hi, I just upgraded from 1.43.0 to 1.43.1 and I get an error that says "Unable to connect". Looking at the network logs the call in the title of this post returns a 502. I never had any oauth configured, so I'm curious what's going on and how to fix this. Thanks!
9 Replies
Hello this is on us this time. You might need to include the additional environment variable
DB_HOSTNAME=immich_postgres
hold on
from 1.43 to 1.43.1?i already have that and redis at the root
.env
file 😦
i believe so, was running fine on saturdayHave you try restarting the stack?
just pulled whatever since then and it's broken
yup, twice, and individual containers
can you post the log on the server and microservice?
server and microservice only show startup info, is there a way to get more logs?
last couple lines of each:
502 implies a proxy connection error. You could try removing the log driver: none from compose for the immich proxy container and then looking at the logs for that container.
hm, looks like doing a full
docker-compose down
then up
resolved this. restarts didn't fix it
thanks anyway, guess there's nothing to reportAh restarting mean down and up 😛
sorry I didn't know you are not using the command line from the start