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?
No description
12 Replies
jrasm91
jrasm913y ago
Can you post your docker compose details and env file?
sunbrolynk
sunbrolynkOP3y ago
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
sunbrolynk
sunbrolynkOP3y ago
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
bo0tzz
bo0tzz3y ago
Can you check the docker logs to see if the immich-server container is starting properly?
jrasm91
jrasm913y ago
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?
sunbrolynk
sunbrolynkOP3y ago
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
bo0tzz
bo0tzz3y ago
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?
sunbrolynk
sunbrolynkOP3y ago
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?
jrasm91
jrasm913y ago
Yeah. But you should probably look at the logs for the server and postgres
sunbrolynk
sunbrolynkOP3y ago
Will do
sunbrolynk
sunbrolynkOP3y ago
No description
sunbrolynk
sunbrolynkOP3y ago
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!

Did you find this page helpful?