smileBeda
IImmich
•Created by smileBeda on 4/21/2025 in #help-desk-support
Unnamed Containers
Doing some cleanup in local docker I found
docker system df -v
returned two unnamed images:
Checking with docker ps -a --filter ancestor=7de0dedd123b
and sudo docker ps -a --filter ancestor=2e2cb40c55b8
, turns out these are Immich related:
Any idea why these are unnamed, whether or not I can delete them, and how to avoid this in future?6 replies
IImmich
•Created by smileBeda on 4/10/2025 in #help-desk-support
Wrong redirect after oAuth success
Why would Immic try to load
/api/oauth/callback
after an oAuth? That URL does not exist at all.
{"message":"Cannot GET /api/oauth/callback","error":"Not Found","statusCode":404,"correlationId":"cufthogg"}
Referrer is the domain on which immich runs, oAuth correctly logs in, no problem with that, but somehow immmich loads that weird url, then says :could not complete oauth: even if everything went well with oAuth (well, except that it did not log in, due to the bad url redirect)
Using authentik as per the docs, everything setup properly according the documentation, this happens on desktop computers, mobile I did not try.21 replies