jerkyman
jerkyman
IImmich
Created by jerkyman on 10/16/2023 in #help-desk-support
Immich works, but only in single browser
Hi, I created my immich containers, and populated library with everything. Everything worked until I tried to access immich from remote host, my phone on data. I am using external nginx reverse proxy. It registers this request when this bug happens: GET /auth/login/__data.json?x-sveltekit-invalidated=1 (long version)
[IP] - - [17/Oct/2023:01:11:05 +0200] "GET /auth/login HTTP/2.0" 200 14016 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1"
[IP] - - [17/Oct/2023:01:11:05 +0200] "GET /auth/login/__data.json?x-sveltekit-invalidated=1 HTTP/2.0" 200 144 "https://immich.domain.com/auth/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1"
[IP] - - [17/Oct/2023:01:11:05 +0200] "GET /auth/login HTTP/2.0" 200 14016 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1"
[IP] - - [17/Oct/2023:01:11:05 +0200] "GET /auth/login/__data.json?x-sveltekit-invalidated=1 HTTP/2.0" 200 144 "https://immich.domain.com/auth/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1"
basically, I get redirected to immich.domain.com/auth/login, but the page is all black. Same thing happens in Google Chrome, Edge, and in Chromium incognito. My mobile app works, from remote IP(data) too, and my Chromium browser works too I used Chromium for all the configurations and triage and stuff. I have -I think- all the proxy headers set as it was in the immich repo My guess is this may be about cookies? Idk I deleted all immich cookies from Chromium and it still works no problem. I switched a profile in Chromium, it does NOT work. I uploaded my proxy config, and my compose. Here are all immich-web container logs
Listening on 0.0.0.0:3000
[hooks.server.ts]:handleError Not found: /apple-touch-icon-precomposed.png
[hooks.server.ts]:handleError Not found: /apple-touch-icon.png
[hooks.server.ts]:handleError Not found: /favicon.ico
Listening on 0.0.0.0:3000
[hooks.server.ts]:handleError Not found: /apple-touch-icon-precomposed.png
[hooks.server.ts]:handleError Not found: /apple-touch-icon.png
[hooks.server.ts]:handleError Not found: /favicon.ico
Do you have ideas? Is it related to headers maybe? Some of them are enforced by other applications behind my reverse proxy.
12 replies