YunoHost-Apps / immich_ynh

Self-hosted photo and video backup solution directly from your mobile phone.
GNU Affero General Public License v3.0
12 stars 7 forks source link

Reverse proxy issue for web version #80

Closed aibosss closed 2 months ago

aibosss commented 2 months ago

Mobile app works trough the https reverse proxy url, WEB access trough http://127.0.0.1:3001 works (Would love to be able to allow 0.0.0.0:3001 though) But WEB access trough the https reverse proxy url stalls right after the Immich login, blank page after login.

As for context, all the other apps installed trough yunohost with the reverse proxy url work, including nextcloud and many others.

I'm not sure which logs you need, haven't found anything wrong myself in the logs or anywhere

ewilly commented 2 months ago

Use the domain you choose at install eg. Https://myimmichdomain.tld

Le 9 août 2024 17:56:11 GMT+02:00, aibosss @.***> a écrit :

Mobile app works trough the https reverse proxy url, http://127.0.0.1:3001 on the server works But WEB/desktop access trough the https reverse proxy url stalls right after the Immich login, blank page after login.

As for context, all the other apps installed trough yunohost with the reverse proxy url work, including nextcloud and many others.

I'm not sure which logs you need, haven't found anything wrong myself in the logs or anywhere

-- Reply to this email directly or view it on GitHub: https://github.com/YunoHost-Apps/immich_ynh/issues/80 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

aibosss commented 2 months ago

I cannot as it's already in use by Synapse. So my tests were with subdomains.

aibosss commented 2 months ago

So I used a root domain, not the main one, but still a root domain, and the problem is the same.. image

aibosss commented 2 months ago

And there are the cooklies that get set on login image

ewilly commented 2 months ago

why the email field seems empty ?

aibosss commented 2 months ago

just as to show

ewilly commented 2 months ago

i am not able to understand what is your issue and i am pretty sure the issue is only on your side as it works for everyone else. Did you log in with the email of your admin user account and it's password ? Did you try different browsers with fresh session (cookies cleared) ?

aibosss commented 2 months ago

Yes I'm a technician myself, and I tried with diff browsers. chromium based and firefox based You can close issue as I'm already on another platform for Immich because of that problem

aibosss commented 2 months ago

You were right, everything was working. Problem was file permissions with my current yunohost users ssowat.. Created a new user, and it worked magically..

aibosss commented 2 months ago

Tried on new debian 12 install and works perfect, thanks