Infinite redirect loop with OAuth

I've had Immich working with Authentik for several months but a few weeks ago after updating immich I started getting an infinite auth redirect loop. I've just had the time to update both Authentik and Immich but am still seeing the issue. It kind of looks like Immich is trying to create a new user each time I log in through web or try to connect a new device (tablet). My phone seems to still be able to sync and is logged in for now but nothing else can get through auth.
No description
6 Replies
Immich
Immich3mo ago
:wave: Hey @judotsunamicrocodile, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
judotsunamicrocodile
From the network tab I do see a 201 on immich's side. Not sure if it's trying to create a session or new user though.
Immich
Immich3mo ago
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
judotsunamicrocodile
Anyone else encountering this?
Mraedis
Mraedis7d ago
Still broken @judotsunamicrocodile ? Perhaps share your config
judotsunamicrocodile
Yeah, I have half a dozen other apps that work fine with it. But Immich goes into a redirect loop I'll see how I can pull the config. It's using the TrueNAS app Config fron env:
REDIS_PORT=6379
NODE_VERSION=22.14.0
IMMICH_BUILD=14207567865
HOSTNAME=05598e551580
DB_PORT=5432
DB_DATABASE_NAME=immich
YARN_VERSION=1.22.22
IMMICH_MACHINE_LEARNING_ENABLED=true
LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib:
IMMICH_REPOSITORY=immich-app/immich
HOME=/root
UMASK_SET=002
IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/00d3b8d83a648ae136d4ca34c28b82741bfe62bd
REDIS_HOSTNAME=redis
IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server
DB_HOSTNAME=pgvecto
DB_USERNAME=immich
NVIDIA_DRIVER_CAPABILITIES=all
TERM=xterm
IMMICH_LOG_LEVEL=log
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/bin
IMMICH_BUILD_IMAGE=v1.131.3
IMMICH_SOURCE_REF=v1.131.3
IMMICH_SOURCE_COMMIT=00d3b8d83a648ae136d4ca34c28b82741bfe62bd
UMASK=002
IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/14207567865
IMMICH_MACHINE_LEARNING_URL=http://machine-learning:32002
REDIS_DBINDEX=0
REDIS_PASSWORD=---
IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
DB_PASSWORD=vKG6DCi3R4zce2bNTAaw
PWD=/usr/src/app
TZ=America/Boise
NVIDIA_VISIBLE_DEVICES=void
NODE_ENV=production
IMMICH_PORT=30041
REDIS_PORT=6379
NODE_VERSION=22.14.0
IMMICH_BUILD=14207567865
HOSTNAME=05598e551580
DB_PORT=5432
DB_DATABASE_NAME=immich
YARN_VERSION=1.22.22
IMMICH_MACHINE_LEARNING_ENABLED=true
LD_LIBRARY_PATH=/usr/lib/jellyfin-ffmpeg/lib:/usr/lib/wsl/lib:
IMMICH_REPOSITORY=immich-app/immich
HOME=/root
UMASK_SET=002
IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/00d3b8d83a648ae136d4ca34c28b82741bfe62bd
REDIS_HOSTNAME=redis
IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-server
DB_HOSTNAME=pgvecto
DB_USERNAME=immich
NVIDIA_DRIVER_CAPABILITIES=all
TERM=xterm
IMMICH_LOG_LEVEL=log
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/bin
IMMICH_BUILD_IMAGE=v1.131.3
IMMICH_SOURCE_REF=v1.131.3
IMMICH_SOURCE_COMMIT=00d3b8d83a648ae136d4ca34c28b82741bfe62bd
UMASK=002
IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/14207567865
IMMICH_MACHINE_LEARNING_URL=http://machine-learning:32002
REDIS_DBINDEX=0
REDIS_PASSWORD=---
IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
DB_PASSWORD=vKG6DCi3R4zce2bNTAaw
PWD=/usr/src/app
TZ=America/Boise
NVIDIA_VISIBLE_DEVICES=void
NODE_ENV=production
IMMICH_PORT=30041

Did you find this page helpful?