Connection Refused since latest update #10864
Replies: 5 comments 5 replies
-
Remove IMMICH_HOST from your .env, that’s probably the issue. You’re telling it to only listen on the docker container internally. |
Beta Was this translation helpful? Give feedback.
-
With log level set to verbose I still dont see which port immich even tries to listen on, the old port still is connection refused:
If immich doesnt provide any webinterface anymore, is there an easy way to migrate to ente or nextcloud? |
Beta Was this translation helpful? Give feedback.
-
The Immich files are all stored in UPLOAD_LOCATION. This is definitely something to do with your very weird setup. You are also missing object files: Try curling localhost:2283 to see if that does anything |
Beta Was this translation helpful? Give feedback.
-
I could solve the issue, I was debugging with strace and ptrace and found out it was stalled waiting on SQL queries being done, CREATE TABLE, CREATE INDEX and so on! Thanks for trying to help fix this |
Beta Was this translation helpful? Give feedback.
-
You need to change the port. This is, change the text "2283:3001" to this text: "2283:2283". Then wait about 30 seconds. For me, it worked. Best regards. |
Beta Was this translation helpful? Give feedback.
-
The bug
Hi,
I get a connection refused from immich web since my latest docker pull
I have already tried running both immich containers with --net=host to avoid any problems with docker's tcp proxy but the issue seems to be that immich stopped listening on tcp ports.
immich web always was on port 3001, port 3003 seems to return a json:
I did do a lot of changes to the docker-compose since I dont want to run another database server or another redis server and I want to share my existing infrastructure (is also easier to backup for me).
If I did something wrong maybe you can pinpoint me in the right direction, but for now I dont know how to access immich web again.
The OS that Immich Server is running on
Archlinux
Version of Immich Server
release
Version of Immich Mobile App
no
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions