-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Asset Download failed under Android #14741
Comments
Have you tried testing via a direct local connection to the server without a reverse proxy? |
Its a public VPS, so I cannot simply disable the reverse proxy unfortunately. |
We need to rule out third party components before we can look into a bug. If you can reproduce this with a direct connection we can reopen this issue. |
It was working with the previous version of the app, that by itself rules out any other component |
Help us help you. Can you try the operation over local connection if you can? |
what do you understand under "local connection"? |
Direct IP connection to the instance i.e via
|
Ok that was too complicated but also not necessary. When I temporarily disabled auth-basic, it was working again. So something changed in the downloader, that it is not using the full URL anymore? |
Yes that is plausible. How do you setup basic auth? Perhaps you can share you settings so we can try reproduce and troubleshoot? |
fairly straightforward, Ive just used existing templates and adjusted them, the important part is in the location section:
} |
Can I help some more to trace down the bug? Will that BR stay closed until the exact bug is found? |
Hi, how do we go from here? |
While waiting for this issue to be worked on, you can use normal proxy without basic auth as a workaround |
The bug
the Android app (on different devices like Pixel 8 and Samsung S22) cannot download individual pictures. On iPhone the download works.
The OS that Immich Server is running on
Debian
Version of Immich Server
1.122.3
Version of Immich Mobile App
1.122.3 171
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
server is using NGINX with basic-auth, if thats of any relevance
The text was updated successfully, but these errors were encountered: