Can't connect to server Web UI both locally and publically, even on fresh install #12908
Unanswered
smailpouri
asked this question in
Q&A
Replies: 2 comments 3 replies
-
See this for diagnosis & solution: #13568, essentially I think you need to modify your docker compose file to this: ports:
- - ${IMMICH_PORT}:3001
+ - ${IMMICH_PORT}:2283 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Could you solve your Problem? if so, how? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bug
I can no longer access the Immich web UI via local IP, localhost, or public DNS. Everything worked fine until I modified the docker-compose file to enable bulk import via CLI. I mistakenly used an old API key for Typesense (TYPESENSE_API_KEY) instead of the correct admin API key (IMMICH_API_KEY).
The OS that Immich Server is running on
Docker Desktop on macOs Sequoia
Version of Immich Server
v1.115.0
Version of Immich Mobile App
v1.115.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
...
Relevant log output
Additional information
Even after deleting the changes on the docker-compose file:
I could still access the local IP address of Immich as I lost public (by DNS) access but it was impossible to log in with my admin credentials
I tried to reset the admin password by using immich-admin reset-admin-password but still no access after the reset.
Tried creating a fresh new instance of Immich (different folder as well as a different port number) and even that would not work, I would not even be able to access the local login page at this point
Tried purging docker, resetting everything even deleting it completely from the system, and reinstalling it to start clean, but no matter what I do, Immich Server's local IP is not accessible, not even the login page at this point
I tried to install a fresh install of Immich on a completely different machine with the same setup and all works fine.
from macOs
curl http://localip:2283
orcurl http://localhost:2283
curl: (56) Recv failure: Connection reset by peer
- I can:
docker exec -it immich_postgres sh
- I can also:
root@immich_server:/usr/src/app# apt-get update
root@immich_server:/usr/src/app# apt-get update
Beta Was this translation helpful? Give feedback.
All reactions