500 ENOTFOUND immich_server
I can't seem to get past variations of this message no matter what I try. And I can't seem to find information on what to look for as the cause. Any help?

12 Replies
Can you post your docker compose details and env file?
Untitled - Pastebin
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
Untitled - Pastebin
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
Can you check the docker logs to see if the immich-server container is starting properly?
I am also a little confused by the screenshot. Why are you accessing port 3000, should you not be using port 2283 and the IP of the immich proxy container?
When I first launched it it was up at 2283, but same exact issue., except it gave me a docker network address instead of "immich_server" I moved it to "host networking" and now have this and it's at 3000 no response at 2283
Server log gives the same enotfound but for postgres
Postgres says it's up and ready to accept connections
The postgres error will be the main problem
Sounds like there's probably something wrong in the networking setup
Can you undo the host network stuff and go back to the default setup?
I can, but not till this afternoon currently. And as I said it gave the same error on 2283 but with a docker network address instead of immich_server
I have some extra time right now so giving it a shot. I should be accessing it at http://<server-ip>:2283 correct?
Yeah.
But you should probably look at the logs for the server and postgres
Will do

Both logs show good to go.
Postgres shows no errors and says ready to accept incoming connections
Server shows no errors and says machine learning enabled as last comment
Right above days listening on port 3001
Wierd now it's up
Maybe i just tried too soon, not sure why it wasn't working previously though. I had kt running for about 24 hours before trying host
All good now. Thanks you!