Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Immich] not working with v1.88 #1084

Closed
jkb216 opened this issue Nov 21, 2023 · 26 comments
Closed

🐛 [Immich] not working with v1.88 #1084

jkb216 opened this issue Nov 21, 2023 · 26 comments
Labels
bug Something isn't working

Comments

@jkb216
Copy link

jkb216 commented Nov 21, 2023

Description

The latest v1.88.x of Immich has introduced breaking changes

The ports to be forwarded have changed.
I think it means that port 3001 should be used instead of 8080. See here. According to the 1.88 release announcement, "All requests will now need to be forwarded to ip:2283 (external port) or immich-server:3001 (internal port)."
The add-on will not work until this is fixed.

Reproduction steps

1. Update to v1.88.x
2. Cannot access UI on port 8080

Addon Logs

-

Architecture

No response

OS

No response

@jkb216 jkb216 added the bug Something isn't working label Nov 21, 2023
alexbelgium added a commit that referenced this issue Nov 22, 2023
@HerrBeef
Copy link

HerrBeef commented Nov 22, 2023

for me even after the change to 3001 it doesn't work. which port do i have to configure in homeassistant and reverse proxy?

before the update everything worked.

@renaiku
Copy link

renaiku commented Nov 22, 2023

I installed this addon for the first time 2 hours ago, and I can't access the web interface also.

I also had to manually create the following folders and files because errors were thrown:

image

@jdumeez
Copy link

jdumeez commented Nov 22, 2023

Same problem since update, including errors on the mkdir error for .reverse-geocoding…

@alexbelgium
Copy link
Owner

Tried a new version with port 2283 to see. Or I'll revert to the previous version of the add-on

@renaiku
Copy link

renaiku commented Nov 22, 2023

Still not working for me. And you @jdumeez ?

@alexbelgium
Copy link
Owner

alexbelgium commented Nov 23, 2023

Actually the upstream version I'm based on from imagegenius is still using 8080 as port... https://github.com/imagegenius/docker-immich I'll revert to the previous version of the addon it will be safer ;-)

Well going deeper it shouldn't have been impacted : immich-app/immich#5086 (comment)

@renaiku
Copy link

renaiku commented Nov 23, 2023

Ok thank you @alexbelgium

Do you think the errors of folders and files creations in the /config folder are linked to that ?

@alexbelgium
Copy link
Owner

Well not sure, I'll try to go back to the initial config and look if I can find a solution

@jdumeez
Copy link

jdumeez commented Nov 23, 2023

For me the update last night worked. The folder mkdir error already popped up in the last version.

@alexbelgium
Copy link
Owner

really? and webui works too?

@jdumeez
Copy link

jdumeez commented Nov 23, 2023

Yep, everything works again. Just updated hour add-on to the latest, gave my home assistant a reboot as well and it was back up and running. I do use port 8181 but don’t think that should matter

@alexbelgium
Copy link
Owner

Well that's unexpected :-) but an happy conclusion nevertheless ;-) then I'll avoid touching anything more, thanks for the feedbacks!

@renaiku
Copy link

renaiku commented Nov 23, 2023

Ok, I deleted postgres and immich add-ons and now it is working.

My idea why it works now:

during the install of the first immich, it created the data in postgres like the user and it blocked after there each time I retried.

I manually created the files requested by immich because it doesn't have admin access in the config folder.

@jkb216
Copy link
Author

jkb216 commented Nov 23, 2023

No, v1.88.1-3 still doesn't seem to work for me on port 3001. I've tried changing the port in the add-on settings to 8080 and 8181, neither worked.
There are no errors in the logs, so Immich is running, it just can't be accessed

@renaiku
Copy link

renaiku commented Nov 23, 2023

No, v1.88.1-3 still doesn't seem to work for me on port 3001. I've tried changing the port in the add-on settings to 8080 and 8181, neither worked. There are no errors in the logs, so Immich is running, it just can't be accessed

No errors in postgres?

@jkb216
Copy link
Author

jkb216 commented Nov 23, 2023

during the install of the first immich, it created the data in postgres like the user and it blocked after there each time I retried.

I had that when I first installed the addon, I had to reset it because Postgres needed to be first installed before Immich.

However, I think that is a completely separate issue to the current one, as the addon was working before v1.88.x and there have been no database changes in the update.

alexbelgium added a commit that referenced this issue Nov 23, 2023
@alexbelgium
Copy link
Owner

Ok I've installed from scratch the addon and also had issues connecting. I've reput a code to initialize the internal REDIS (that seemed problematic) and put again the port 3001 within the addon (in portainer there seemed to be no port 8080 open). Testing now

@alexbelgium
Copy link
Owner

The latest version I've pushed (-5) starts on my system without errors

@no3z
Copy link

no3z commented Nov 24, 2023

Well, latest 1.88.1-6 is not working for me. Accessing homeassistant:8181 refuses to connect.

I did manage to make 1.88.1-3 work after rebooting the whole system. But I am unable to make current version work.

@jkb216
Copy link
Author

jkb216 commented Nov 24, 2023

v1.88.1-6 is working fine for me

@jdumeez
Copy link

jdumeez commented Nov 24, 2023

Same as no3z. I got -3 to work, but it broke again on -6

alexbelgium added a commit that referenced this issue Nov 24, 2023
@alexbelgium
Copy link
Owner

Ok, I've reverted the port to 8080, let's see if that does it

@no3z
Copy link

no3z commented Nov 24, 2023

New -7 is working on my setup!

@alexbelgium
Copy link
Owner

Great !!! Now everything should be back on track thanks all for your patience and support

@jdumeez
Copy link

jdumeez commented Nov 24, 2023

For me everything back up and running with -7. Thx Alex!!

@alexbelgium
Copy link
Owner

Confirmed working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants