Replies: 4 comments
-
|
There is pretty minimal connection-related code in immich itself for typesense, so even if it was a bug it's most likely an upstream issue not something we'd fix in our code. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I believe this is an issue with podman, not immich. |
Beta Was this translation helpful? Give feedback.
-
I would agree it was a podman issue if it was all 9 containers having the same issue. However even running podman exec immich-proxy curl http://localhost:8108 properly returned 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
-
Fair enough, I mostly wanted it documented in case anyone else googled for it like I did with frustrating results. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
So I am running Immich in a Podman pod, only issue I am coming across is when I use "localhost" for the Typesense Host environment variable. You can see in the Immich-Server logs it tries to connect with error Request to Node 0 failed due to "ECONNREFUSED connect ECONNREFUSED ::1:8108" . This is currently fixed by specifying 127.0.0.1 as the host, however not sure if this is a bug that it's translating localhost to the IPv6 address instead of the IPv4?
The OS that Immich Server is running on
Debian 12 Bookworm
Version of Immich Server
v1.61.0
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions