Replies: 9 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Discord: https://discord.com/channels/979116623879368755/1159225824935940167 |
Beta Was this translation helpful? Give feedback.
-
Forgot to mention - updated my nginx reverse proxy without SSL, setup Immich app with normal http url, and the video playback works OK |
Beta Was this translation helpful? Give feedback.
-
I'm also encountering this issue, setup immich behind nginx-proxy-manager with a self signed cert and videos don't play on mobile. They only work on the web version of immich |
Beta Was this translation helpful? Give feedback.
-
I also had this issue. But changed to a certificate from Let's Encrypt (i.e. not self signed) and then it works. So it seems to be connected to just self signed certs. |
Beta Was this translation helpful? Give feedback.
-
Yes. Issue only occurs at the mobile app |
Beta Was this translation helpful? Give feedback.
-
I had the same issue using nginx and self-signed SSL. |
Beta Was this translation helpful? Give feedback.
-
Same issue still with server version of 1.106.4 and app version on android (pixel 6a) 1.106.3. Using self signed cert and nginx. Can stream in browser but not the app. Same with another iphone I have. |
Beta Was this translation helpful? Give feedback.
-
I also encounter this issue, any update on this? |
Beta Was this translation helpful? Give feedback.
-
refer to #5553 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
Initial Login to Immich app is OK where I'm able to set the https url and enabled the Allow self-signed SSL certificates
Initial building of timeline and images are OK too and able to scroll all the way down the timeline with all thumbnails loaded properly.
Am able to view any static Images fine but I unable to playback any videos in the app itself when self-signed SSL.
Tho I am able to download the original video file.
Using external nginx as reverse proxy with this nginx.conf:
server {
listen 2000 ssl default_server;
listen [::]:2000 ssl default_server;
server_name _;
}
Log attached from app when playing videos:
Immich_log_2023-10-26T15_10_30.207502.csv
The OS that Immich Server is running on
Docker, managed with Portainer on Debian Bookworm. Using external nginx as reverse proxy.
Version of Immich Server
1.82.1
Version of Immich Mobile App
1.82.0
Platform with the issue
Your docker-compose.yml content
Same as default in Github
Your .env content
Same as default in Github
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions